elixir-maru / maru

Elixir RESTful Framework
https://maru.readme.io
BSD 3-Clause "New" or "Revised" License
1.32k stars 84 forks source link

Deploy on Heroku #10

Closed era closed 9 years ago

era commented 9 years ago

Hello :), thank you for the awesome lib.

I had some problems deploying a "pure" (without Phoenix) Maru application on Heroku, maybe is worth to put this on the documentation: https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/elixir-lang-talk/YwrFkReZXr8/9UQPDVUCCwAJ

I can make a pull request if you want.

Regards.

falood commented 9 years ago

I try heroku yesterday and I think config [port: {:system, "PORT"}] like phoenix is a better way!

era commented 9 years ago

I didn't know that way, it worked here too :). And thanks for the https://github.com/falood/maru/commit/98fe4347f20daa456ff0b9dcb8dbb616fa6a25fd :), it will be easier now to use the library on Heroku :).

Regards

falood commented 9 years ago

I've updated document at https://maru.readme.io/docs/heroku. It's simple but enough to work. 😂