valum-framework / valum

Web micro-framework written in Vala
https://valum-framework.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
225 stars 23 forks source link

Hosting on Heroku #54

Open arteymix opened 9 years ago

arteymix commented 9 years ago

I think we could make a hosting procedure for Heroku and potentially other hosting services.

I already made a working buildpack for waf projects.

It can be combined to heroku-buildpack-multi and heroku-buildpack-apt to install the dependencies.

We could host the sample application this way and get some real interest in the framework.

ZanderBrown commented 7 years ago

Any progress on this?

arteymix commented 7 years ago

I've only digged a bit, but it appears that it is not easily feasible on vanilla heroku (e.g. using cedar 14 stack). There's a couple of missing dependencies that would have to be installed and I do not really have the free time to do that.

The very best way right now is using Docker as it just works.