gitlabhq/install/ubuntu_gitlab.sh
2011-12-06 22:46:27 +02:00

7 lines
221 B
Bash
Executable file

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