Skip to content

sustr4/rOCCI-server

 
 

Repository files navigation

rOCCI-server - A Ruby OCCI Server

The rOCCI-server

Build Status Dependency Status DOI

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

Coding style: As long as it works and the maintainer likes it, the code will be accepted. A more specific coding style will be developed later and enforced thenceforth.

Packages

No packages published

Languages

  • Ruby 97.1%
  • HTML 2.9%