0746fb4a411aef174043b72f2b25d19df793e7e9
[yardstick.git] / gui / gui.sh
1 curl -sL https://deb.nodesource.com/setup_8.x -o /tmp/nodesource_setup.sh
2 bash /tmp/nodesource_setup.sh
3 apt-get install -y nodejs
4 ln -s /usr/bin/nodejs /usr/bin/node
5 npm install
6 npm install -g grunt
7 npm install -g bower
8 bower install --force --allow-root
9 grunt build