Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 735c3641 authored by Lucas Nussbaum's avatar Lucas Nussbaum
Browse files

Use bundler and document it

parent 26bbab4a
No related branches found
No related tags found
No related merge requests found
Pipeline #92051 failed
...@@ -3,3 +3,4 @@ ...@@ -3,3 +3,4 @@
*~ *~
dev/run-g5kchecks/output/ dev/run-g5kchecks/output/
generators/run-g5kchecks/output/ generators/run-g5kchecks/output/
bundle
...@@ -95,4 +95,4 @@ DEPENDENCIES ...@@ -95,4 +95,4 @@ DEPENDENCIES
ruby-cute ruby-cute
BUNDLED WITH BUNDLED WITH
2.0.2 1.17.3
...@@ -21,6 +21,17 @@ See also: ...@@ -21,6 +21,17 @@ See also:
* .gitlab-ci.yml, that automates various checks and the deployment of data files after each commit * .gitlab-ci.yml, that automates various checks and the deployment of data files after each commit
* doc/README.generators.md * doc/README.generators.md
# Setup
We use bundler to manage dependencies.
```
apt install bundler
bundler install --standalone # this installs dependencies in the 'bundle' directory
rake reference-api # or other commands
```
# Credentials # Credentials
all tools that require to authenticate against Grid'5000 use credentials from ~/.grid5000_api.yml. Example: all tools that require to authenticate against Grid'5000 use credentials from ~/.grid5000_api.yml. Example:
......
require 'bundler/setup'
if ENV['COV'] if ENV['COV']
require 'simplecov' require 'simplecov'
SimpleCov.start SimpleCov.start
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment