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
Line 1: Line 1:
  yum install -y ruby-devel
# Extra deps make this work even in clean images
  yum install -y ruby-devel rubygems make
  gem install fog
  gem install fog



Revision as of 14:50, 6 May 2013

# Extra deps make this work even in clean images
yum install -y ruby-devel rubygems make
gem install fog

Back to Documentation page

Back to Mini-Project page