Skip to content
Snippets Groups Projects
Commit dd0431c5 authored by Ruben Davila's avatar Ruben Davila
Browse files

Some minor updates for upgrade guides for 8.12.

parent a4c56a2b
No related branches found
No related tags found
No related merge requests found
Loading
@@ -268,9 +268,9 @@ sudo usermod -aG redis git
Loading
@@ -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
   
Loading
Loading
Loading
@@ -82,7 +82,7 @@ GitLab 8.1.
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment