Advertisement
vaxima1

Untitled

Nov 1st, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. rvm get latest
  2. rvm install ruby 2.4.4
  3. rvm use 2.4.4
  4. git checkout Gemfile.lock
  5. git pull
  6. cd .. && cd -
  7. gem install bundler
  8. bin/bundle
  9. RAILS_ENV=production bin/rake db:migrate
  10. RAILS_ENV=production bin/rake assets:precompile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement