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