Created
August 18, 2013 22:35
-
-
Save maxclaus/6264400 to your computer and use it in GitHub Desktop.
How to run rails server locally as production environment
This file contains 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
rake db:migrate RAILS_ENV="production" | |
rails s -e production |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment