Last active
August 29, 2015 14:01
-
-
Save satbirdd/ecc3028ba7098b3fe6b9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd /vagrant | |
bundle | |
bundle exec rake db:create RAILS_ENV=production | |
bundle exec rake db:migrate RAILS_ENV=production | |
bundle exec sidekiq | |
rails s -p 5000 -e production |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment