Caution
Dear Users,
This sample is deprecated and code has been archived on the 12th February 2024.
If you want to deploy an Erlang app on Scalingo, please use your own buildpack (You can use our archived one as a starting point).
We won't provide any support for Erlang applications anymore.
Thanks for your understanding.
This sample is running on: https://erlang.is-easy-on-scalingo.com/
Create an application on https://scalingo.com, then:
scalingo -a my-app git-setup
git push scalingo master
And that's it!
The application is running at this url: https://sample-erlang.osc-fr1.scalingo.io/
First, you need to have a working Erlang environment.
make run
The app listens by default on the port 8080 or the one defined in the PORT
environment variable.