summaryrefslogtreecommitdiffstats
path: root/reporting/docker/web_server.sh
blob: 0dd8df73df4305d597319560d8e192b838de13a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
cp -r display /usr/share/nginx/html


# nginx config
cp /home/opnfv/releng/utils/test/reporting/docker/nginx.conf /etc/nginx/conf.d/
echo "daemon off;" >> /etc/nginx/nginx.conf

# supervisor config
cp /home/opnfv/releng/utils/test/reporting/docker/supervisor.conf /etc/supervisor/conf.d/

# Manage Angular front end
cd pages && /bin/bash angular.sh