From 7b6b7b63fbaad970cef6f638a6f55a599f45406a Mon Sep 17 00:00:00 2001 From: bserie Date: Thu, 25 Apr 2019 10:47:10 +0200 Subject: [PATCH] =?UTF-8?q?pr=C3=A9cision=20gitlay?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoGitlab/11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoGitlab/11.md b/HowtoGitlab/11.md index 9879f5dc..b2d7cae5 100644 --- a/HowtoGitlab/11.md +++ b/HowtoGitlab/11.md @@ -313,7 +313,7 @@ $ bundle exec rake "gitlab:workhorse:install[/home/foo/gitlab-workhorse]" RAILS_ Installation : ~~~ -$ bundle exec rake "gitlab:gitaly:install[/home/foo/gitaly]" RAILS_ENV=production +$ bundle exec rake "gitlab:gitaly:install[/home/foo/gitaly,/home/foo/repositories]" RAILS_ENV=production $ chmod 0700 /home/foo/gitlab/tmp/sockets/private $ chown git /home/foo/gitlab/tmp/sockets/private $ cd /home/foo/gitaly