Some minor updates for upgrade guides for 8.12.
This commit is contained in:
parent
a4c56a2b89
commit
dd0431c5f7
2 changed files with 3 additions and 3 deletions
|
@ -268,9 +268,9 @@ sudo usermod -aG redis git
|
||||||
### Clone the Source
|
### Clone the Source
|
||||||
|
|
||||||
# Clone GitLab repository
|
# 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
|
### Configure It
|
||||||
|
|
||||||
|
|
|
@ -82,7 +82,7 @@ GitLab 8.1.
|
||||||
```bash
|
```bash
|
||||||
cd /home/git/gitlab-workhorse
|
cd /home/git/gitlab-workhorse
|
||||||
sudo -u git -H git fetch --all
|
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
|
sudo -u git -H make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue