I've created a sample website that demonstrates how to build customer blog with WordPress using its plugins WP Google Analytics, All in One SEO Pack, Amazon S3 and many more...
You can deploy your own version of WordPress running on MySQL on Heroku platform in seconds using the Heroku button below:
└── public # Heroku webroot
├── content # The wp-content directory. Renamed to content to avoid confusion with wp-content - and it looks prettier
│ ├── plugins # Plugins
│ ├── mu-plugins # Required plugins
│ └── themes # Your custom themes
│
└── wp # Where the actual WordPress install will be installed by Composer