Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "ROCCI-core Installation Guide"

From EGIWiki
Jump to navigation Jump to search
(Created page with "= Prerequisites = '''Important note: since''' rOCCI-core v. 4.1 '''ruby versions''' < 1.9 '''are no longer supported. Be sure your distribution provides a sufficien...")
 
(Replaced content with "This page is no longer maintained.")
 
Line 1: Line 1:
= Prerequisites =
This page is no longer maintained.
 
'''Important note: since''' rOCCI-core v.&nbsp;4.1 '''ruby versions''' &lt;&nbsp;1.9 '''are no longer supported. Be sure your distribution provides a sufficiently hig version of ruby, or upgrade ruby manually.'''
 
= Installing as a Ruby Gem =
 
Certain packages need to be present in your system for the <code>occi-core</code> gem and its dependences to be downloaded and built properly.
 
== Debian-based distributions (apt/deb) ==
 
apt-get install -y ruby ruby-devel rubygems make gcc
 
== RHEL-based distributions (yum/RPM) ==
yum install -y ruby ruby-devel rubygems make gcc libxml2-devel libxslt-devel oniguruma-devel
 
== Installation ==
 
gem install rake
gem install occi-core
 
== Usage ==
 
require 'occi-core'
 
= Installing as Packages =
 
Packages for Fedora/Scienfific Linux, and for Debian-based distributions are available from the EGI App DB, separately for [https://appdb.egi.eu/store/software/rocci.cli rOCCI-cli] and [https://appdb.egi.eu/store/software/rocci.server rOCCI-server]. rOCCI packages are also gradually becoming available from base distribution repositories (Fedora, EPEL).

Latest revision as of 13:46, 11 October 2017

This page is no longer maintained.