Installation Guide, use stable branch for checkout
Created by: IsNull
Hi there,
Under Step 4 in the setup guide, there is the following line to clone the gitlabhq git repo:
sudo -H -u gitlab git clone git://github.com/gitlabhq/gitlabhq.git gitlab
This will clone the master branch, and at least for me, the gem bundler didn't work correctly. (some silly diffrences between the Gemfile/Gemfile.lock).
Anyway, using the stable branch fixed the issue. It would probably the best, when noobs who copy the commands get the stable buid. So change the checkout line to:
sudo -H -u gitlab git clone -b stable git://github.com/gitlabhq/gitlabhq.git gitlab
cheers