Skip to content

Instantly share code, notes, and snippets.

@zubair1024
Created May 13, 2019 12:51
Show Gist options
  • Save zubair1024/f4fd0cc19b2dc3a25156dc2e5976df4c to your computer and use it in GitHub Desktop.
Save zubair1024/f4fd0cc19b2dc3a25156dc2e5976df4c to your computer and use it in GitHub Desktop.
  1. Open console.
  2. Run: git clone git://github.com/mhoofman/wordpress-heroku.git
  3. Run: cd wordpress-heroku
  4. Run: heroku addons:create heroku-postgresql
  5. Run: heroku pg:promote HEROKU_POSTGRESQL_INSTANCE (where HEROKU_POSTGRESQL_INSTANCE) is the result of the create code you ran before.
  6. Run: git push heroku
  7. Wait.
  8. Navigate to website.
  9. Go through instructions.
  10. Done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment