gitlabhq/install/ubuntu_gitlab.sh

7 lines
221 B
Bash
Raw Normal View History

2011-12-06 00:03:05 +01:00
sudo pip install pygments
sudo apt-get install python-dev
sudo gem install bundler
bundle install --without development test
bundle exec rake db:setup RAILS_ENV=production
bundle exec rake db:seed_fu RAILS_ENV=production