This will set up a fresh WordPress install on Heroku with the newly released Heroku Buildpack for PHP.
nginx
- Nginx for serving web content.PHP
- PHP-FPM for process management
Use the Deploy to Heroku button, or use the old fashioned way described below.
- Create your Heroku app.
- Create project in Heroku
- Note: Change
name-project-here
for your name project
heroku apps:create name-project-here --stack cedar --buildpack https://github.com/heroku/heroku-buildpack-php --region us
- Define your Global variables
heroku config:set SITE_TITLE=hola Mundo
- Deploy your site to Heroku.
git add .
git commit -am "Initial commit"
git push heroku master
- Finish
heroku open
└── public