Skip to content
Snippets Groups Projects
Commit caef9ed1 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Update installation doc with branch names

parent dcb17ead
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -152,7 +152,14 @@ and ensure you have followed all of the above steps carefully.
sudo pip install pygments
sudo gem install bundler
cd /home/gitlab
# Get gitlab code. Use this for stable setup
sudo -H -u gitlab git clone -b stable https://github.com/gitlabhq/gitlabhq.git gitlab
# Skip this for stable setup.
# Master branch (recent changes, less stable)
sudo -H -u gitlab git clone -b master https://github.com/gitlabhq/gitlabhq.git gitlab
cd gitlab
 
# Rename config files
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