Skip to content

Instantly share code, notes, and snippets.

@dzaporozhets
Created September 20, 2012 08:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dzaporozhets/3754599 to your computer and use it in GitHub Desktop.
Save dzaporozhets/3754599 to your computer and use it in GitHub Desktop.
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