Merge branch 'update-guides-for-9-3' into '9-3-stable'

Update guide for 9.3

See merge request !12038
This commit is contained in:
Clement Ho 2017-06-26 15:35:25 +00:00 committed by kushalpandya
parent 471a40ace1
commit 263c662ff5
1 changed files with 2 additions and 2 deletions

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