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