Commit be3e1ccb9da49b6edc843dcff4170a07598905f7
1 parent
6d3bb508
Exists in
master
and in
4 other branches
Point ot 6-4-stable
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
doc/install/installation.md
| @@ -144,7 +144,7 @@ GitLab Shell is an ssh access and repository management software developed speci | @@ -144,7 +144,7 @@ GitLab Shell is an ssh access and repository management software developed speci | ||
| 144 | cd /home/git | 144 | cd /home/git |
| 145 | 145 | ||
| 146 | # Clone gitlab shell | 146 | # Clone gitlab shell |
| 147 | - sudo -u git -H git clone https://github.com/gitlabhq/gitlab-shell.git -b v1.7.9 | 147 | + sudo -u git -H git clone https://github.com/gitlabhq/gitlab-shell.git -b v1.8.0 |
| 148 | 148 | ||
| 149 | cd gitlab-shell | 149 | cd gitlab-shell |
| 150 | 150 | ||
| @@ -171,13 +171,13 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install | @@ -171,13 +171,13 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install | ||
| 171 | ## Clone the Source | 171 | ## Clone the Source |
| 172 | 172 | ||
| 173 | # Clone GitLab repository | 173 | # Clone GitLab repository |
| 174 | - sudo -u git -H git clone https://github.com/gitlabhq/gitlabhq.git -b 6-3-stable gitlab | 174 | + sudo -u git -H git clone https://github.com/gitlabhq/gitlabhq.git -b 6-4-stable gitlab |
| 175 | 175 | ||
| 176 | # Go to gitlab dir | 176 | # Go to gitlab dir |
| 177 | cd /home/git/gitlab | 177 | cd /home/git/gitlab |
| 178 | 178 | ||
| 179 | **Note:** | 179 | **Note:** |
| 180 | -You can change `6-3-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! | 180 | +You can change `6-4-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! |
| 181 | 181 | ||
| 182 | ## Configure it | 182 | ## Configure it |
| 183 | 183 |