Commit c78ce746e56ed3c21bed6e16913561288554f6b0
1 parent
cabde950
Exists in
master
and in
4 other branches
updated ubuntu install scripts
Showing
4 changed files
with
10 additions
and
14 deletions
Show diff stats
install/README
install/ubuntu_gitlab.sh
1 | 1 | sudo pip install pygments |
2 | 2 | sudo apt-get install python-dev |
3 | 3 | sudo gem install bundler |
4 | +git clone git://github.com/gitlabhq/gitlabhq.git | |
5 | +cd gitlabhq | |
4 | 6 | bundle install --without development test |
5 | 7 | bundle exec rake db:setup RAILS_ENV=production |
6 | 8 | bundle exec rake db:seed_fu RAILS_ENV=production | ... | ... |