project-capo / amber-erlang-mediator

Mediator for Amber platform
Other
0 stars 1 forks source link

amber-erlang-mediator

It is a project made by Konrad Gądek and Michał Konarski. Project contains:

Requirements

How to use (Makefile)

Simply.

make all
make test

Run with scripts:

./start_amber.sh        # server in background
./start_devel_amber.sh  # server in foreground
./start_client.sh       # client

Stop using [Ctrl]+[c] in foreground mode or by command killall heart in background mode.

How to contribute

Clone this repo and setup your enviroment. Next, change what you want and make pull request.