diff options
author | Alejandro RodrÃguez <alejorro70@gmail.com> | 2017-04-10 18:33:41 -0300 |
---|---|---|
committer | Alejandro RodrÃguez <alejorro70@gmail.com> | 2017-04-18 22:43:41 -0300 |
commit | 476037b05b1a773bbe163ad01bc2046e38bf5a1f (patch) | |
tree | 181e82da2c07666fde911bc24b8cda0b0e03dabe /doc | |
parent | 0fa00e8461bc70d20006de4e2e30d07eabda1e69 (diff) | |
download | gitlab-ce-476037b05b1a773bbe163ad01bc2046e38bf5a1f.tar.gz |
Configure Gitaly through settings file instead of ENV varsgitaly-testing-toml
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/installation.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 1f61a4f67bb..b6bbc2a0af6 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -470,10 +470,8 @@ with setting up Gitaly until you upgrade to GitLab 9.2 or later. sudo chmod 0700 /home/git/gitlab/tmp/sockets/private sudo chown git /home/git/gitlab/tmp/sockets/private - # Configure Gitaly - cd /home/git/gitaly - sudo -u git cp config.toml.example config.toml # If you are using non-default settings you need to update config.toml + cd /home/git/gitaly sudo -u git -H editor config.toml # Enable Gitaly in the init script |