12a14923e85beff334a53a927a78b7f789559697
[yardstick.git] / gui / gui.sh
1 apt-get install -y nodejs
2 apt-get install -y npm
3 ln -s /usr/bin/nodejs /usr/bin/node
4 npm install
5 npm install -g grunt
6 npm install -g bower
7 bower install --force --allow-root
8 grunt build