Merge branch '8-11-guides' into 'master'

Update installation guide for 8.11

[ci skip]

See merge request !5609
This commit is contained in:
Robert Speicher 2016-08-02 01:07:26 +00:00
commit c009f62017
1 changed files with 2 additions and 2 deletions

View File

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