Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
grid5000
g5k-api
Commits
425d6035
Commit
425d6035
authored
Aug 22, 2018
by
MARGERY David
Browse files
Remove complex instructions about tunneling
They are no longer required when using the tunnels:setup rake task
parent
4dee48b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
425d6035
...
...
@@ -93,14 +93,11 @@ In particular, runtime dependencies of the app include `ruby2.1.5` and `git-core
information). You should setup an SSH tunnel between your machine and one of the
oardb servers of Grid'5000, so that you can access the current jobs:
$ #first create a reverse port from the vagrant machine to your own machine
$ vagrant ssh -- -R 15433:localhost:15433
$ # In an other shell, create a tunnel from the vagrant machine to Grid'5000
$ # (done as part of rake tunnels:setup)
vagrant> ssh -NL 15433:oardb.rennes.grid5000.fr:5432 access.grid5000.fr
$ #In an other shell, create a tunnel from your machine to Grid'5000
$ #(done as part of rake tunnels:setup)
$ ssh -NL 15433:oardb.rennes.grid5000.fr:5432 access.grid5000.fr
$ #finally, edit the development section of config/defaults.yml to
$ # edit the development section of config/defaults.yml to
oar:
<<: *oar
host: 127.0.0.1
...
...
Write
Preview
Supports
Markdown
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