From 6d6ea8a3b75b4d7aecc3897a66ecd3ba31e3b24b Mon Sep 17 00:00:00 2001 From: bserie Date: Fri, 9 Dec 2016 10:47:13 +0100 Subject: [PATCH] ajout d'un cd manquant --- HowtoGitlab/8.14.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HowtoGitlab/8.14.md b/HowtoGitlab/8.14.md index b2e9d516..8ed2eed3 100644 --- a/HowtoGitlab/8.14.md +++ b/HowtoGitlab/8.14.md @@ -307,6 +307,7 @@ $ make On crée la base de données avec l'identifiant (une adresse email) et un mot de passe pour l'utilisateur *root* sur l'interface web de GitLab : ~~~ +$ cd ~/gitlab $ bundle exec rake gitlab:setup RAILS_ENV=production GITLAB_ROOT_PASSWORD=yourpassword GITLAB_ROOT_EMAIL=admingitlab@example.com ~~~