Upgrading gitlab to the new stable


cd ~/public_html/
git checkout stable
RAILS_ENV=production rake db:migrate
bundle install --without development test --deployment
sudo service nginx restart

0 comments ↓

There are no comments yet...Kick things off by filling out the form below.

Leave a Comment