Update gitlab-workhorse docs to 0.4.2

This commit is contained in:
Robert Schilling 2015-11-19 16:01:55 +01:00
parent 1f9a0bd764
commit cf61b8e22c
2 changed files with 3 additions and 3 deletions

View File

@ -327,12 +327,12 @@ GitLab Shell is an SSH access and repository management software developed speci
cd /home/git
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-workhorse.git
cd gitlab-workhorse
sudo -u git -H git checkout 0.4.1
sudo -u git -H git checkout 0.4.2
sudo -u git -H make
### Initialize Database and Activate Advanced Features
# Go to Gitlab installation folder
# Go to GitLab installation folder
cd /home/git/gitlab

View File

@ -81,7 +81,7 @@ from GitLab 8.1.
cd /home/git
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-workhorse.git
cd gitlab-workhorse
sudo -u git -H git checkout 0.4.1
sudo -u git -H git checkout 0.4.2
sudo -u git -H make
```