Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 344 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 344 Bytes

How to install the web site

  1. Install nodejs package (yum install nodejs, yum install npm)
  2. Set proxy if you have to (npm config set https-proxy http://squid.adm:3128)
  3. Install grunt-cli (npm install -g grunt-cli)
  4. Install node modules (cd web, npm install)
  5. Run grunt tasks (grunt development)
  6. Run web site (node bin/www)