-
Notifications
You must be signed in to change notification settings - Fork 2
From 2.1 to 2.2
randx edited this page Feb 22, 2012
·
2 revisions
# Get latest code
git pull origin stable
# Rename config files
cp config/database.yml.example config/database.yml
cp config/gitlab.yml.example config/gitlab.yml
# Install libs
bundle install --without development test
# update db
bundle exec rake db:migrate RAILS_ENV=production