Merge branch 'cherry-pick-42d87f21' into 'master'

Update guide for 9.3

See merge request !12460
This commit is contained in:
Clement Ho 2017-06-28 15:19:08 +00:00
commit ccc5bbcdc1

View file

@ -294,9 +294,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 9-2-stable gitlab
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 9-3-stable gitlab
**Note:** You can change `9-2-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
**Note:** You can change `9-3-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
### Configure It