Steps to complete: - Install `npm` (old nodejs does bundle it) - better still use `nvm` and install iojs https://github.com/creationix/nvm - Install package files `npm i .` in **/usr/share/nginx/html** - Install `grunt-cli` and `bower`: **npm i -g grunt-cli bower** - Run grunt to build source: **grunt index** - Generate the index file: **grunt index** - Install bower dependencies: **bower install** (`--allow-root` if this makes things easier) - Switch root folder in nginx conf to **/usr/share/nginx/html/build**
Steps to complete:
npm(old nodejs does bundle it) - better still usenvmand install iojs https://github.com/creationix/nvmnpm i .in /usr/share/nginx/htmlgrunt-cliandbower: npm i -g grunt-cli bower--allow-rootif this makes things easier)