Commit caef9ed1121a16ca0cc78715695daaa974271bfd
1 parent
dcb17ead
Exists in
master
and in
4 other branches
Update installation doc with branch names
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
doc/installation.md
... | ... | @@ -152,7 +152,14 @@ and ensure you have followed all of the above steps carefully. |
152 | 152 | sudo pip install pygments |
153 | 153 | sudo gem install bundler |
154 | 154 | cd /home/gitlab |
155 | + | |
156 | + # Get gitlab code. Use this for stable setup | |
155 | 157 | sudo -H -u gitlab git clone -b stable https://github.com/gitlabhq/gitlabhq.git gitlab |
158 | + | |
159 | + # Skip this for stable setup. | |
160 | + # Master branch (recent changes, less stable) | |
161 | + sudo -H -u gitlab git clone -b master https://github.com/gitlabhq/gitlabhq.git gitlab | |
162 | + | |
156 | 163 | cd gitlab |
157 | 164 | |
158 | 165 | # Rename config files | ... | ... |