Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-04-25 11:21:06 +0300
committerRémy Coutable <remy@rymai.me>2017-04-25 11:21:06 +0300
commita9a1f7a61a71399a95b953272e1ff66d60297571 (patch)
tree8be7331ec6c434b3712dacd8b1a5976d99a20787 /doc
parent080aac050d852c332181a0e3fed7821d52d16c1a (diff)
parent476037b05b1a773bbe163ad01bc2046e38bf5a1f (diff)
Merge branch 'gitaly-testing-toml' into 'master'
Gitaly testing toml Closes gitaly#182 See merge request !10605
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md4
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