summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2017-05-30 15:57:11 +0200
committerJacob Vosmaer <jacob@gitlab.com>2017-05-30 16:09:44 +0200
commit28590e8854fd15f1a36befb66c68efbb490f9f04 (patch)
treec22ac91bd114249d48e6a919ab6f5d99e74ddaa9 /doc/install
parent52a3d4372c6e45e4ffb792a9fe7bfca84f3573a3 (diff)
downloadgitlab-ce-28590e8854fd15f1a36befb66c68efbb490f9f04.tar.gz
Enable Gitaly by default in GitLab 9.3
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/installation.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 0cf7d40507b..af21d99d024 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -470,10 +470,6 @@ Make GitLab start on boot:
### Install Gitaly
-As of GitLab 9.1 Gitaly is an **optional** component. Its
-configuration is still changing regularly. It is OK to wait
-with setting up Gitaly until you upgrade to GitLab 9.2 or later.
-
# 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
@@ -491,16 +487,6 @@ Next, make sure gitaly configured:
cd /home/git/gitaly
sudo -u git -H editor config.toml
- # Enable Gitaly in the init script
- echo 'gitaly_enabled=true' | sudo tee -a /etc/default/gitlab
-
-Next, edit `/home/git/gitlab/config/gitlab.yml` and make sure `enabled: true` in
-the `gitaly:` section is uncommented.
-
- # <- gitlab.yml indentation starts here
- gitaly:
- enabled: true
-
For more information about configuring Gitaly see
[doc/administration/gitaly](../administration/gitaly).