git clone git://github.com/mhoofman/wordpress-heroku.gitcd wordpress-herokuheroku addons:create heroku-postgresqlheroku pg:promote HEROKU_POSTGRESQL_INSTANCE (where HEROKU_POSTGRESQL_INSTANCE) is the result of the create code you ran before.git push heroku