KOBman , is a command line utility inspired from sdkman !! KOBMan gives you a kob command on your shell , you can use it to automate the setup of various development environments required for KOB projects
KOBMAN is a tool for managing parallel Versions of multiple KochiOrgBook projects on any Unix based system. It provides a convenient command line interface for installing, removing and listing Environments.
See documentation on the KOBMAN! website.
- OS : Ubuntu 18.04LTS
- Memory[RAM]): 4GB (min)
- Storage : 30GB (min)
Open your favourite terminal and enter the following:
$ curl -L https://raw.githubusercontent.com/hyperledgerkochi/KOBman/dist/dist/get.kobman.io | bash
If the environment needs tweaking for KOBMAN to be installed, the installer will prompt you accordingly and ask you to restart.
To install KOBMAN locally running against your local server, run the following commands:
$ source ~/.kobman/bin/kobman-init.sh
Run the following commands on the terminal to manage respective environments.
$ kob install -env [environment_name] --version [version_tag]
Example :
$ kob install -env KOBman --version 0.0.2
Please run the following command to get the list of other environments and its versions.
`$ kob list`
$ kob uninstall -env [environment_name] --version [version_tag]
Example :
$ kob uninstall -env KOBman --version 0.0.2
$ kob --version
$ kob --version -env [environment_name]
Example :
$ kob --version -env KOBman
$ kob list
$ kob status
$ kob help
This project exists thanks to all the people who contribute.