Commit be3e1ccb authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Point ot 6-4-stable

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 6d3bb508
...@@ -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
cd /home/git cd /home/git
# Clone gitlab shell # Clone gitlab shell
sudo -u git -H git clone https://github.com/gitlabhq/gitlab-shell.git -b v1.7.9 sudo -u git -H git clone https://github.com/gitlabhq/gitlab-shell.git -b v1.8.0
cd gitlab-shell cd gitlab-shell
...@@ -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
## Clone the Source ## Clone the Source
# Clone GitLab repository # Clone GitLab repository
sudo -u git -H git clone https://github.com/gitlabhq/gitlabhq.git -b 6-3-stable gitlab sudo -u git -H git clone https://github.com/gitlabhq/gitlabhq.git -b 6-4-stable gitlab
# Go to gitlab dir # Go to gitlab dir
cd /home/git/gitlab cd /home/git/gitlab
**Note:** **Note:**
You can change `6-3-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! You can change `6-4-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
## Configure it ## Configure it
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment