forked from joshmarcus/philly_legislative
-
Notifications
You must be signed in to change notification settings - Fork 20
Deployment
Mjumbe Poe edited this page Jun 5, 2013
·
4 revisions
Run the following commands to install the application:
dotcloud create councilmatic dotcloud push dotcloud run db -- createdb councilmatic dotcloud run www -- current/councilmatic/manage.py syncdb dotcloud run www -- current/councilmatic/manage.py migrate dotcloud restart www.0
To seed a little data:
dotcloud run www bash current/councilmatic/manage.py loadlegfiles # No need to let this finish, just run a little while. current/councilmatic/manage.py rebuild_index