bug fix: installation of node, bower and grunt for reporting docker
[releng.git] / utils / test / reporting / docker / web_server.sh
1 #!/bin/bash
2 cp -r display /usr/share/nginx/html
3
4
5 # nginx config
6 cp /home/opnfv/releng/utils/test/reporting/docker/nginx.conf /etc/nginx/conf.d/
7 echo "daemon off;" >> /etc/nginx/nginx.conf
8
9 # supervisor config
10 cp /home/opnfv/releng/utils/test/reporting/docker/supervisor.conf /etc/supervisor/conf.d/
11
12 # Manage Angular front end
13 cd pages && /bin/bash angular.sh
14