summaryrefslogtreecommitdiff
path: root/doc/install/installation.md
diff options
context:
space:
mode:
authorAlejandro Rodríguez <alejorro70@gmail.com>2018-10-17 17:45:20 -0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2018-10-17 17:45:20 -0300
commit8a20d242f331a84ceff980c0615df1aa6fa3b257 (patch)
treea6b3e1625335a59ba196b57ebd71038d20e0b3fb /doc/install/installation.md
parent9bf59ceb691f6c3546f6b156f70767c1c4067233 (diff)
downloadgitlab-ce-8a20d242f331a84ceff980c0615df1aa6fa3b257.tar.gz
[ci skip] Update Gitaly installation documentation
Now the rake task takes the path to the default storage directory.
Diffstat (limited to 'doc/install/installation.md')
-rw-r--r--doc/install/installation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 9e2e58657f1..1210ac58499 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -460,11 +460,11 @@ GitLab-Pages uses [GNU Make](https://www.gnu.org/software/make/). This step is o
### Install Gitaly
# Fetch Gitaly source with Git and compile with Go
- sudo -u git -H bundle exec rake "gitlab:gitaly:install[/home/git/gitaly]" RAILS_ENV=production
+ sudo -u git -H bundle exec rake "gitlab:gitaly:install[/home/git/gitaly,/home/git/repositories]" RAILS_ENV=production
You can specify a different Git repository by providing it as an extra parameter:
- sudo -u git -H bundle exec rake "gitlab:gitaly:install[/home/git/gitaly,https://example.com/gitaly.git]" RAILS_ENV=production
+ sudo -u git -H bundle exec rake "gitlab:gitaly:install[/home/git/gitaly,/home/git/repositories,https://example.com/gitaly.git]" RAILS_ENV=production
Next, make sure gitaly configured: