a7f167516d1a366b49ae73c410e0cc33d0e7ea8d
[releng.git] / utils / test / reporting / pages / angular.sh
1 : ${SERVER_URL:='http://testresults.opnfv.org/reporting/api'}
2
3 echo "var BASE_URL = 'http://${SERVER_URL}/landing-page'" > app/scripts/app.config.js
4
5 apt-get install -y nodejs
6 apt-get install -y npm
7 npm install
8 npm install -g grunt bower
9 bower install --allow-root
10 grunt build