msrba / rOCCI

A Ruby OCCI Framework

Home Page:http://dev.opennebula.org/projects/ogf-occi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rOCCI - A Ruby OCCI Framework

Build Status Dependency Status Gem Version Code Climate

rOCCI framework now consists of the following separately maintained parts:

You can still install it by running:

gem install rake
gem install occi

Requirements

Ruby

  • at least version 1.8.7 is required
  • Ruby 1.9.3+ is recommended
  • RubyGems installed
  • rake installed (e.g., gem install rake)

Libraries/packages

  • libxslt1-dev/libxslt-devel
  • libxml2-dev/libxml2-devel
  • only if using Ruby 1.8.7: libonig-dev/oniguruma-devel (Linux) or oniguruma (Mac)

Examples

For distros based on Debian:

apt-get install ruby rubygems ruby-dev libxslt1-dev libxml2-dev libonig-dev

For distros based on RHEL:

yum install libxml2-devel libxslt-devel ruby-devel openssl-devel gcc gcc-c++ ruby rubygems oniguruma-devel

About

A Ruby OCCI Framework

http://dev.opennebula.org/projects/ogf-occi/

License:Other


Languages

Language:Ruby 100.0%