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
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
grid5000
reference-repository
Commits
12ca6329
Commit
12ca6329
authored
9 years ago
by
Jérémie Gaidamour
Browse files
Options
Downloads
Patches
Plain Diff
[dev] Added Gemfile + updated doc
parent
93518708
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dev/Gemfile
+5
-0
5 additions, 0 deletions
dev/Gemfile
dev/README.md
+6
-1
6 additions, 1 deletion
dev/README.md
with
11 additions
and
1 deletion
dev/Gemfile
0 → 100644
+
5
−
0
View file @
12ca6329
source
'https://rubygems.org'
gem
'hashdiff'
gem
'net-ssh'
gem
'peach'
gem
'ruby-cute'
This diff is collapsed.
Click to expand it.
dev/README.md
+
6
−
1
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
-----------
...
...
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