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 "Fog.io installation in the testing image"

From EGIWiki
Jump to navigation Jump to search
(Created page with " yum install -y ruby-devel gem install fog")
 
Line 1: Line 1:
  yum install -y ruby-devel
  yum install -y ruby-devel
  gem install fog
  gem install fog
[[rOCCICMFDocs|Back to Documentation page]]
[[VT_OCCI_for_CMF|Back to Mini-Project page]]

Revision as of 16:23, 30 April 2013

yum install -y ruby-devel
gem install fog

Back to Documentation page

Back to Mini-Project page