-
Notifications
You must be signed in to change notification settings - Fork 2
Easy setup for ubuntu
randx edited this page Dec 7, 2011
·
7 revisions
- login as user, install git & generate ssh key, clone
git://github.com/gitlabhq/gitlabhq_install.git - Install packages -
./ubuntu_packages.sh - Install ruby -
./ubuntu_ruby.sh - Install gitolite (change repo umask 0007 when edit config) -
./ubuntu_gitolite.sh - logout & login again
- Clone & setup gitlab -
./ubuntu_gitlab.sh - Start server -
cd gitlabhq & bundle exec rails s -e production