-
Notifications
You must be signed in to change notification settings - Fork 2
From 4.1 to 4.2
riyad edited this page Feb 26, 2013
·
2 revisions
sudo service gitlab stop
# Get latest code
sudo -u gitlab git fetch
sudo -u gitlab git checkout 4-2-stable
# Install libs
sudo -u gitlab bundle install --without development test postgres --deployment
# update db
sudo -u gitlab bundle exec rake db:migrate RAILS_ENV=production
sudo -u gitlab -H bundle exec rake gitlab:check RAILS_ENV=production
sudo service gitlab start