Deploying Erlang Mochiweb app using Dokku
Deploying Erlang with rebar is very easy in Dokku. I'm gonna use hello-erlang
[https://github.com/jkvor/hello-erlang.git] to deploy the erlang application
which is using mochiweb to server an HTTP request. The dependecy on Mochiweb is
mentioned in rebar.config.
First clone the repository to your