Skip to content

the-rocci-project/rOCCI-api

Repository files navigation

rOCCI-api - A Ruby OCCI Framework (Client API)

Travis Gemnasium Gem Code Climate DOI

Requirements

Ruby

  • Ruby 2.2.2+ or jRuby 9+ (with JDK7 a JDK8)

Installation

Gem

To install the most recent stable version

gem install occi-api

To install the most recent beta version

gem install occi-api --pre

Source

To build a bleeding edge version from master

git clone git://github.com/the-rocci-project/rOCCI-api.git
cd rOCCI-api
gem build occi-api.gemspec
gem install occi-api-*.gem

Usage

TODO

Changelog

See CHANGELOG.md.

Code Documentation

Code Documentation for rOCCI

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. Create an Issue with a link to your branch