-
Notifications
You must be signed in to change notification settings - Fork 2
From 2.4.1 to 2.5.0
randx edited this page May 23, 2012
·
5 revisions
# You may want to add
# sudo -H -u gitlab
# before each script
# Get latest code
git pull origin stable
# Install libs
bundle install --without development test
# If you have problem with bundle install like
# Could not find carrierwave-0.6.2 in any of the sources
gem update --system
# update db
bundle exec rake db:migrate RAILS_ENV=production