diff options
author | Rémy Coutable <remy@rymai.me> | 2016-07-05 19:04:53 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-07-05 19:04:53 +0200 |
commit | 8c2894aeaff910051fa67acba0bbfbb3557ca4bb (patch) | |
tree | 9328b995ef210e1213192f15a18381258607d350 /doc/install | |
parent | fe9246bf6850c35ee880ec9f67af5090c537a68a (diff) | |
download | gitlab-ce-8c2894aeaff910051fa67acba0bbfbb3557ca4bb.tar.gz |
Update installation & update guides for 8.10
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index dc8d9c65535..19d083d580d 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-9-stable gitlab + sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 8-10-stable gitlab -**Note:** You can change `8-9-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! +**Note:** You can change `8-10-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! ### Configure It @@ -398,7 +398,7 @@ If you are not using Linux you may have to run `gmake` instead of 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.5 + sudo -u git -H git checkout v0.7.7 sudo -u git -H make ### Initialize Database and Activate Advanced Features |