Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-09-16 14:39:49 +0400
committerrandx <dmitriy.zaporozhets@gmail.com>2012-09-16 14:39:49 +0400
commitcaef9ed1121a16ca0cc78715695daaa974271bfd (patch)
treec5d57b8a33c410ed6f177171957889ce1fbf37dc /doc/installation.md
parentdcb17ead95cf83660fd7f88e9c5cc4b6441b07df (diff)
Update installation doc with branch names
Diffstat (limited to 'doc/installation.md')
-rw-r--r--doc/installation.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/installation.md b/doc/installation.md
index d5d1ccddb54..345d801d90b 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -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