rufuspollock-okfn / yourtopia

Web app for crowdsourcing preferences about index weighting such as the Human Development Index. Powers the YourTopia site - Global Development beyond GDP.
http://yourtopia.net/
14 stars 9 forks source link

Heroku deployment #42

Closed rufuspollock closed 12 years ago

rufuspollock commented 12 years ago

https://github.com/pudo/nomenklatura/blob/master/heroku_settings.py

https://github.com/pudo/nomenklatura/blob/master/Procfile

rufuspollock commented 12 years ago

FIXED.

Note for the future, to do import:

  1. Sorted out sql script (existing sqlite dump was not satisfactory ...)
  2. Put the file online (i put on s3)
  3. Use pgbackups

    heroku addons:add pgbackups
    heroku pgbackups:restore DATABASE 'http://assets.okfn.org/tmp/usercreated.sql'

All done!