erlanglab / erlangpl

Tool for developers working with systems running on the Erlang VM (BEAM). It helps with performance analysis.
http://www.erlang.pl/
Apache License 2.0
549 stars 40 forks source link

Quick start quide #83

Closed mkacper closed 6 years ago

mkacper commented 6 years ago

I added the Quick start guide chapter to the README file. I think it could make it easier to start working with the EPL, especially for the Erlang/Elixir newcomers. Let me know what do you think :)

mentels commented 6 years ago

You could also add a screencast (like 2 minutes) going through the main features.

Also a make file with 3 targets to automatically set up a "test infrastructure" could be nice.

I mean targtes like:

They would start a sample erlang/elixir node to monitor (possibly with some stuff already running so that something can be visualised), start the EPL node and make it connect to the test node and run the browser with the UI respectively. The all target would run them at once.