Created
September 20, 2012 08:09
-
-
Save dzaporozhets/3754599 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo gem install charlock_holmes --version '0.6.8' | |
sudo pip install pygments | |
sudo gem install bundler | |
cd /home/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 | |
sudo -u gitlab cp config/gitlab.yml.example config/gitlab.yml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment