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 ↑

  1. Fork it.

  2. Create a branch (git checkout -b my_markup)

  3. Commit your changes (git commit -am “My changes”)

  4. Push to the branch (git push origin my_markup)

  5. Use GitHubs Pull Requests to submit the code for review