|
@@ -13,16 +13,30 @@ with *web* Erlang application which contains modules:
|
|
* N2O samples
|
|
* N2O samples
|
|
* XEN support
|
|
* XEN support
|
|
|
|
|
|
-Prerequisites
|
|
|
|
|
|
+Install
|
|
-------------
|
|
-------------
|
|
|
|
|
|
-* erlang
|
|
|
|
-* mad
|
|
|
|
-* inotify-tools (Linux, for filesystem watching)
|
|
|
|
-* uglify (assets)
|
|
|
|
|
|
+Erlang with [kerl](https://github.com/kerl/kerl) or [erlang-solutions](https://www.erlang-solutions.com/downloads/)
|
|
|
|
+or from [official website](https://www.erlang.org/downloads)
|
|
|
|
+```
|
|
|
|
+sudo apt-get install esl-erlang
|
|
|
|
+
|
|
|
|
+sudo apt-get install git
|
|
|
|
+sudo apt-get install gcc
|
|
|
|
+sudo apt-get install make
|
|
|
|
+sudo apt-get install build-essential
|
|
|
|
+sudo apt-get install inotify-tools
|
|
|
|
+```
|
|
|
|
|
|
Run
|
|
Run
|
|
---
|
|
---
|
|
|
|
+```
|
|
|
|
+$ make
|
|
|
|
+$ make start
|
|
|
|
+$ make attach
|
|
|
|
+CTRL + D
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
|
|
To run just perform on Windows, Linux and Mac
|
|
To run just perform on Windows, Linux and Mac
|
|
|
|
|