comtihon / example_service

An example service to show the process of developing Erlang services with Enot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example service

Enot
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

Install and Run

  1. ensure you have Enot installed
  2. enot install comtihon/example_service
  3. visit 127.0.0.1:8080 to determine if service is running.

Build and Run

  1. clone this repo
  2. ensure you have Enot and Erlang installed
  3. enot release
  4. _rel/example_service/bin/example_service console
  5. visit 127.0.0.1:8080 to determine if service is running.

About

An example service to show the process of developing Erlang services with Enot


Languages

Language:Erlang 100.0%