From 12ca63291578332d33f77ee5aa4c8f2c8f3191c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Gaidamour?= <jeremie.gaidamour@inria.fr> Date: Tue, 12 Apr 2016 11:00:10 +0200 Subject: [PATCH] [dev] Added Gemfile + updated doc --- dev/Gemfile | 5 +++++ dev/README.md | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 dev/Gemfile diff --git a/dev/Gemfile b/dev/Gemfile new file mode 100644 index 00000000000..3c8829cb32e --- /dev/null +++ b/dev/Gemfile @@ -0,0 +1,5 @@ +source 'https://rubygems.org' +gem 'hashdiff' +gem 'net-ssh' +gem 'peach' +gem 'ruby-cute' diff --git a/dev/README.md b/dev/README.md index 6f81da9aaff..332dee00356 100644 --- a/dev/README.md +++ b/dev/README.md @@ -29,7 +29,11 @@ Requirements ------------ 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 $ source ~/.rvm/scripts/rvm $ rvm install 2.2 @@ -38,6 +42,7 @@ $ gem install net-ssh $ gem install peach $ gem install ruby-cute + Input files ----------- -- GitLab