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



Latest revision as of 15:12, 6 May 2013

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

Back to Documentation page

Back to Mini-Project page