summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-06-07 15:19:15 +0200
committerYorick Peterse <yorickpeterse@gmail.com>2016-06-07 15:20:40 +0200
commitb5464726aae70f8b3344afe6eaf3970589bf9e9a (patch)
treec389a638574953616e8b6abe3375f5f55f8d3f89 /doc/install
parentafa21054fae2331afcf4b3784a3ffae5657b3e5b (diff)
downloadgitlab-ce-b5464726aae70f8b3344afe6eaf3970589bf9e9a.tar.gz
Added 8.9 install/update guides
[ci skip]
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/installation.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 1318b3d1fa5..d9290b1fa76 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -269,9 +269,9 @@ sudo usermod -aG redis git
### Clone the Source
# Clone GitLab repository
- sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 8-8-stable gitlab
+ sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 8-9-stable gitlab
-**Note:** You can change `8-8-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
+**Note:** You can change `8-9-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
### Configure It
@@ -394,7 +394,7 @@ GitLab Shell is an SSH access and repository management software developed speci
cd /home/git
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-workhorse.git
cd gitlab-workhorse
- sudo -u git -H git checkout v0.7.4
+ sudo -u git -H git checkout v0.7.5
sudo -u git -H make
### Initialize Database and Activate Advanced Features