Created
October 8, 2009 22:13
-
-
Save knowuh/205464 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
Accept defaults? (y/n) y | |
To complete setup of the RITES Investigations Rails application setup: | |
MRI Ruby: | |
rake gems:install | |
RAILS_ENV=production rake db:migrate:reset | |
RAILS_ENV=production rake rigse:setup:new_rites_app | |
JRuby: | |
rake gems:install | |
RAILS_ENV=production rake db:migrate:reset | |
RAILS_ENV=production rake rigse:setup:new_rites_app | |
These scripts will take about 5-30 minutes to run and are much faster if you are both running | |
Rails in production mode and using JRuby. If you are using separate databases for development and | |
production and want to run these tasks to populate a development database I recommend temporarily | |
identifying the development database as production for the purpose of generating these data. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment