Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reference-repository
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
grid5000
reference-repository
Commits
9e987973
Commit
9e987973
authored
9 years ago
by
Jérémie Gaidamour
Browse files
Options
Downloads
Patches
Plain Diff
[dev] update README (use gemset for setting up the ruby env)
parent
9127506f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dev/README.md
+9
-11
9 additions, 11 deletions
dev/README.md
with
9 additions
and
11 deletions
dev/README.md
+
9
−
11
View file @
9e987973
...
...
@@ -29,19 +29,13 @@ Requirements
------------
Ruby 2.1 (+ HashDiff and Net/SSH for the oar-generator; + peach and ruby-cute for run-g5kchecks)
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/):
Here is an example for creating a ruby setup with RVM (https://rvm.io/), gemset and bundle:
$
\c
url -sSL https://get.rvm.io | bash -s stable --ruby
$ source ~/.rvm/scripts/rvm
$ rvm install 2.2
$ gem install hashdiff
$ gem install net-ssh
$ gem install peach
$ gem install ruby-cute
$ rvm install 2.1
$ rvm gemset create ref-repo-dev
$ rvm gemset use ref-repo-dev
$ bundle install
Input files
-----------
...
...
@@ -152,3 +146,7 @@ Steps:
-
Boot and check nodes with g5k-checks
See sites/nancy/clusters/graoully/graoully_ip.yaml.erb as an example for bootstrapping a cluster configuration.
--
ruby run-g5kchecks.rb -s lyon -n $(ssh lyon.g5kadmin charon -o | tr '
\n
' ',')
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment