Y
Hacker News
new
|
ask
|
show
|
jobs
by
lstoll
5077 days ago
There is, it's just not officially supported:
https://github.com/heroku/heroku-buildpack-php
. Github lists it as having 82 forks, so people are definitely playing around with this.
2 comments
sync
5077 days ago
Yep. You can even run Wordpress with our fork:
https://github.com/Americastestkitchen/heroku-wordpress-php/
link
ridruejo
5077 days ago
How do you deal with uploaded files/persistent storage?
link
sync
5077 days ago
S3. Ignore the scary warning, this plugin works great for us:
http://wordpress.org/extend/plugins/tantan-s3/
link
stevencorona
5077 days ago
Surprised it's using mod_php instead of PHP-FPM
link