Things you will need before getting started:
- GIT installed on your PC (https://git-scm.com)
- An account with Heroku (https://www.heroku.com/)
- Heroku toolbelt (The Heroku CLI | Heroku Dev Center)
Next steps:
- Open console.
- Run:
git clone git://github.com/mhoofman/wordpress-heroku.git - Run:
cd wordpress-heroku - Run:
heroku addons:create heroku-postgresql - Run:
heroku pg:promote HEROKU_POSTGRESQL_INSTANCE(where HEROKU_POSTGRESQL_INSTANCE) is the result of the create code you ran before. - Run:
git push heroku - Wait.
- Navigate to website.
- Go through instructions.
- Done.