Some minor updates for upgrade guides for 8.12.

This commit is contained in:
Ruben Davila 2016-09-01 12:33:37 -05:00
parent a4c56a2b89
commit dd0431c5f7
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -82,7 +82,7 @@ GitLab 8.1.
```bash
cd /home/git/gitlab-workhorse
sudo -u git -H git fetch --all
sudo -u git -H git checkout v0.7.8
sudo -u git -H git checkout v0.7.11
sudo -u git -H make
```