Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
grid5000
reference-repository
Commits
12ca6329
Commit
12ca6329
authored
Apr 12, 2016
by
Jérémie Gaidamour
Browse files
[dev] Added Gemfile + updated doc
parent
93518708
Changes
2
Hide whitespace changes
Inline
Side-by-side
dev/Gemfile
0 → 100644
View file @
12ca6329
source
'https://rubygems.org'
gem
'hashdiff'
gem
'net-ssh'
gem
'peach'
gem
'ruby-cute'
dev/README.md
View file @
12ca6329
...
...
@@ -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/):
$
\c
url -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
-----------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment