Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 12ca6329 authored by Jérémie Gaidamour's avatar Jérémie Gaidamour
Browse files

[dev] Added Gemfile + updated doc

parent 93518708
No related branches found
No related tags found
No related merge requests found
source 'https://rubygems.org'
gem 'hashdiff'
gem 'net-ssh'
gem 'peach'
gem 'ruby-cute'
...@@ -29,7 +29,11 @@ Requirements ...@@ -29,7 +29,11 @@ Requirements
------------ ------------
Ruby 2.1 (+ HashDiff and Net/SSH for the oar-generator; + peach and ruby-cute for run-g5kchecks) Ruby 2.1 (+ HashDiff and Net/SSH for the oar-generator; + peach and ruby-cute for run-g5kchecks)
Example using RVM (https://rvm.io/): There is a Gemfile in the root directory for bundler:
$ gem install bundler (http://bundler.io/)
$ bundle install # install all of the required gems
Alternativly, here is an example using RVM (https://rvm.io/):
$ \curl -sSL https://get.rvm.io | bash -s stable --ruby $ \curl -sSL https://get.rvm.io | bash -s stable --ruby
$ source ~/.rvm/scripts/rvm $ source ~/.rvm/scripts/rvm
$ rvm install 2.2 $ rvm install 2.2
...@@ -38,6 +42,7 @@ $ gem install net-ssh ...@@ -38,6 +42,7 @@ $ gem install net-ssh
$ gem install peach $ gem install peach
$ gem install ruby-cute $ gem install ruby-cute
Input files Input files
----------- -----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment