Live data from Hacker News

Buildpacks: Heroku for Everything

blog.heroku.com

11–20 of 41 posts

Re: Buildpacks: Heroku for Everything

#11
ActiveState's Stackato private PaaS platform (http://www.activestate.com/stackato) has support for Heroku buildpacks to deploy (http://docs.stackato.com/deploy/buildpack.html), as well as the usual options for polyglot app deployments (it also has a 100% compatible Cloud Foundry API). This is useful when you want portability (deploy on a PaaS that you have full control over).

Re: Buildpacks: Heroku for Everything

#12
post #8

I'm a bit surprised there isn't a buildpack for PHP. It seems like there would be a demand, since PHP it so popular (I know I would definitely use it). I wonder if it's because modern PHP apps (such as Symfony) have some external dependencies (such as on the APC cache).

I've heard good things about http://www.appfog.com/ who used to specialize in heroku-esque PHP deployments. Perhaps they'd be worth checking out.

Their site seems to be down... see http://appfog.com/products/phpfog/pricing/

Re: Buildpacks: Heroku for Everything

#13

I'm a bit surprised there isn't a buildpack for PHP. It seems like there would be a demand, since PHP it so popular (I know I would definitely use it). I wonder if it's because modern PHP apps (such as Symfony) have some external dependencies (such as on the APC cache).

Yes, you have to love the myopia and revisionist definition of the statement "Run and scale any type of app. Run any web or background process with any web framework or worker type. "

Really Heroku? Any web framework? I guess PHP and ASP.NET aren't web frameworks any longer.

Re: Buildpacks: Heroku for Everything

#15
post #14

I wonder if it's possible to hook this up to something like Vagrant http://vagrantup.com to use a buildpack for local development and easily install all the required dependencies.

If you want to use buildpacks locally, check out Mason: https://github.com/ddollar/mason

Re: Buildpacks: Heroku for Everything

#17
post #13

I'm a bit surprised there isn't a buildpack for PHP. It seems like there would be a demand, since PHP it so popular (I know I would definitely use it). I wonder if it's because modern PHP apps (such as Symfony) have some external dependencies (such as on the APC cache).

Yes, you have to love the myopia and revisionist definition of the statement "Run and scale any type of app. Run any web or background process with any web framework or worker type. " Really Heroku? Any web framework? I guess PHP and ASP.NET aren't web frameworks any longer.

https://github.com/heroku/heroku-buildpack-php

https://github.com/brandur/heroku-buildpack-mono

Re: Buildpacks: Heroku for Everything

#18
post #14

I wonder if it's possible to hook this up to something like Vagrant http://vagrantup.com to use a buildpack for local development and easily install all the required dependencies.

If you want to use buildpacks locally, check out Mason: https://github.com/ddollar/mason

Ooh, nice -- thanks for the pointer.

Re: Buildpacks: Heroku for Everything

#20
post #4

I'd like to point out a Common Lisp buildpack. I've used a fork of it and it's pretty spiffy. (Now if I only knew a simple app I could give people. :-) ) https://github.com/mtravers/heroku-buildpack-cl

That's awesome - thanks for pointing it out.

I've only poked around Heroku a bit with basic applications and the standard stacks (Python w/ Flask, etc.), but I think I'll look into what would be required to create a buildpack for Racket.

That is, if someone hasn't already beaten me to it...

EDIT: As figures, it already exists[1]; I'll toy around with it and test it out before suggesting they add it to the list.

https://github.com/onixie/heroku-buildpack-racket

Post reply on HN