The purpose of this service is to show how easy it is to create and deploy Erlang services.
Please read following articles for more info: create and deploy
- ensure you have Enot installed
enot install comtihon/example_service
- visit
127.0.0.1:8080
to determine if service is running.
- clone this repo
- ensure you have Enot and Erlang installed
enot release
_rel/example_service/bin/example_service console
- visit
127.0.0.1:8080
to determine if service is running.