mhoofman / wordpress-heroku

Template project for deploying WordPress to Heroku
Other
1.3k stars 704 forks source link

Jetpack Plugin #42

Closed xyu closed 11 years ago

xyu commented 11 years ago

Added the Jetpack plugin and reconfigured the dyno so that it can run 8 concurrent processes to allow for Jetpack to function with just 1 web dyno. This resolves issue #18.

This is a large pull request because I've moved WP to a htdocs subdir so that I can create a new conf dir to hold the dyno customizations.

mhoofman commented 11 years ago

Hey xyu,

The goal for this project is to keep it as bare-bones as possible. I include only essential or near-essential plugins required to have WP running in Heroku. JetPack looks like a cool plugin but doesn't qualify as an essential.