Guest User

Untitled

a guest
Mar 19th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. rvm use 2.3.6
  2.  
  3. cd ${HOME}/projects
  4. rails new authentic --skip-bundle
  5. cd authentic
  6.  
  7. # lock version and install gemset for this directory
  8. echo '2.3.6' > .ruby-version
  9. echo 'authentic' > .ruby-gemset
  10. cd . # create gemset
  11.  
  12. gem install bundler
  13. bundle install
Add Comment
Please, Sign In to add comment