Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (26 loc) · 1.06 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.06 KB

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.

Sample Application with Erlang

This sample is running on: https://erlang.is-easy-on-scalingo.com/

Deploy via Git

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/

Deploy via One-Click

Deploy to Scalingo

Running Locally

First, you need to have a working Erlang environment.

Compile and Execute

make run

The app listens by default on the port 8080 or the one defined in the PORT environment variable.