From 2f373f9afa57f983afd24eb71af9ec370ecc603d Mon Sep 17 00:00:00 2001 From: Romain Dessort Date: Fri, 1 Jun 2018 10:36:42 -0400 Subject: [PATCH] HowtoRedmine : ajout d'un cd avant bundle --- HowtoRedmine.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HowtoRedmine.md b/HowtoRedmine.md index 4e390d24..3a55684d 100644 --- a/HowtoRedmine.md +++ b/HowtoRedmine.md @@ -148,6 +148,7 @@ bundle install --gemfile=~/www/Gemfile --path=~/.gems Génération d'un clé aléatoire utilisé pour encoder les cookies de session : ~~~ +cd ~/www/ bundle exec rake -qf ~/www/Rakefile generate_secret_token ~~~