A tool to manage multiple webost installation
Install it using gem and specific_install (not already published to rubygem )
$ go get github.com/biorob/webots-manager
$ webots_manager help
Lists all available task, like :
- list : list installed and available versions
- install VERSION : install a specific version
- use VERSION : use a specific version
- add-template FILENAME WEBOTS_LOCAL_PATH : put the specifioed file in all installed and futurly installed version. Checks options !
- remove-template WEBOTS_LOCAL_PATH : remove the previously template associated to the WEBOTS_LOCAL_PATH on all currently installed version
Remember that each of this task may have specific options. Please use help task to know more about them !
Also remember that this tool is for system wide installation. You will need administrative right (use sudo).
If you tired to use sudo, just remind that all command only modify/write data to the /usr/local/webots_manager directory. You could create a group and change ownership to this group to that directory.
If you found anything not working, not clear or any unexpected behavior, please report issues on github.
- Fork it from https://github.com/biorob/webots_manager
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request at github