diff --git a/web/README b/web/README index 2a7c6461ea5c27a15c3071f2303277d061101d79..b7f446b361cdb5d335e1298707ca5a781e1de816 100644 --- a/web/README +++ b/web/README @@ -7,11 +7,14 @@ Development To setup the development environment, run the following commands: npm install + export PATH="$(pwd)/node_modules/.bin:$PATH" # you probabily should put this # in your .bashrc or equivalent bower install -cp config.example.js config.js +# If the last level of net usage graph doesn't work install this extra repo +bower install http://github.com:highslide-software/highcharts.com.git +cp config.example.js config.js Edit config.js set the options as needed. Then continue by executing: