SC
Sample Application with Elixir and Plug
Running Locally
First, you need to have a working elixir environment:
https://elixir-lang.org/install.html
Setup
mix deps.getBuild
mix compileExecute
mix run --no-haltDeploying on Scalingo
Create an application on https://scalingo.com, then:
scalingo --app my-app git-setup
git push scalingo master
And that's it!
The application is running at this url: https://sample-elixir-plug.scalingo.io/