Commit 9ae0b4c5 authored by Leo Iannacone's avatar Leo Iannacone

udpate README

parent 2074649f
...@@ -23,14 +23,17 @@ sudo apt-get install npm nodejs ...@@ -23,14 +23,17 @@ sudo apt-get install npm nodejs
## Installation ## Installation
Move to **debomatic-webui/** directory and type: Move to **debomatic-webui/** directory and type:
``` ```
npm install npm install
``` ```
That command downloads node dependences locally and creates automatically user configuration file. That command downloads node dependences locally and creates automatically user configuration file.
## Usage
Take a look at auto-generated **user.config.js**. Edit as you wish and then run service with: Take a look at auto-generated **user.config.js**. Edit as you wish and then run service with:
``` ```
nodejs index.js nodejs debomatic-webui -c user.config.js
``` ```
That's all. That's all.
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment