Create Catalogue page
[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 echo "var PROJECT_URL = 'http://${SERVER_URL}'" >> app/scripts/app.config.js
5
6 apt-get install -y nodejs
7 apt-get install -y npm
8 npm install
9 npm install -g grunt
10 npm install -g bower
11 bower install --force --allow-root
12 grunt build