Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhojpur/iso
The Bhojpur ISO is a secure content, software packaging, distribution, and management system based on the Bhojpur.NET Platform for application delivery.
https://github.com/bhojpur/iso
iso package-manager
Last synced: 2 months ago
JSON representation
The Bhojpur ISO is a secure content, software packaging, distribution, and management system based on the Bhojpur.NET Platform for application delivery.
- Host: GitHub
- URL: https://github.com/bhojpur/iso
- Owner: bhojpur
- License: mit
- Created: 2022-04-25T02:36:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T11:21:15.000Z (over 2 years ago)
- Last Synced: 2023-07-28T12:54:55.562Z (over 1 year ago)
- Topics: iso, package-manager
- Language: Go
- Homepage: https://hub.docker.com/u/bhojpur
- Size: 414 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bhojpur ISO - Image Sourcing Operations
The `Bhojpur ISO` is a secure software packaging, distribution, and management system
applied within [Bhojpur.NET Platform](https://github.com/bhojpur/platform) ecosystem
for dilivery of `applications` or `services`.## Key Features
- ISO image burner
- Package Manager## Installation
To install `Bhojpur ISO`, grab a release on the [Release page](https://github.com/bhojpur/iso/releases)
or to install it in your system:```bash
$ curl https://get.bhojpur.net/iso/install.sh | sudo sh
```To run `Bhojpur ISO` builder
```bash
$ isomake
```To run `Bhojpur ISO` manager
```bash
$ isomgr search ...
$ isomgr install ..
$ isomgr --help
```## Build Source Code
```bash
$ make build
```Alternatively, you can issue the following command to build with `task` utility
```bash
$ task build-tools
```