rOCCI-server - A Ruby OCCI Server¶ ↑
The rOCCI-server
Requirements¶ ↑
The following setup is required * Ruby >= 2.0 * Bundler gem installed
(use gem install bundler
) * OpenNebula >= 4.4 if the
OpenNebula backend is used * AWS EC2 account if the EC2 backend is used
Installation¶ ↑
To install, configure or update rOCCI-server, consult the rOCCI-server Admin Guide
Issues¶ ↑
To report an issue, use the Issues tracker at GitHub
Development¶ ↑
Code Documentation¶ ↑
Code Documentation for rOCCI by YARD
Continuous integration¶ ↑
Continuous integration for rOCCI by Travis-CI
Contribute¶ ↑
-
Fork it.
-
Create a branch (git checkout -b my_markup)
-
Commit your changes (git commit -am “My changes”)
-
Push to the branch (git push origin my_markup)
-
Use GitHubs Pull Requests to submit the code for review