diff --git a/setup_web1c.sh b/setup_web1c.sh index 6876c02..cf557a6 100644 --- a/setup_web1c.sh +++ b/setup_web1c.sh @@ -21,6 +21,7 @@ wget https://git.dfosd.synology.me/docker/ubuntu-1c-web/raw/branch/master/conf/d wget https://git.dfosd.synology.me/docker/ubuntu-1c-web/raw/branch/master/conf/db1cv8_project.conf -P /etc/apache2/mods-enabled wget https://git.dfosd.synology.me/docker/ubuntu-1c-web/raw/branch/master/conf/db1cv8_zhkekh.conf -P /etc/apache2/mods-enabled wget https://git.dfosd.synology.me/docker/ubuntu-1c-web/raw/branch/master/conf/db1cv8_budget.conf -P /etc/apache2/mods-enabled +wget https://git.dfosd.synology.me/docker/ubuntu-1c-web/raw/branch/master/conf/db1cv8_health.conf -P /etc/apache2/mods-enabled mkdir /var/www/html/auto mkdir /var/www/html/diabet @@ -30,6 +31,7 @@ mkdir /var/www/html/project mkdir /var/www/html/zhkekh mkdir /var/www/html/budget mkdir /var/www/html/english +mkdir /var/www/html/health wget https://git.dfosd.synology.me/docker/ubuntu-1c-web/raw/branch/master/conf/auto.vrd -O /var/www/html/auto/default.vrd wget https://git.dfosd.synology.me/docker/ubuntu-1c-web/raw/branch/master/conf/diabet.vrd -O /var/www/html/diabet/default.vrd @@ -38,4 +40,5 @@ wget https://git.dfosd.synology.me/docker/ubuntu-1c-web/raw/branch/master/conf/g wget https://git.dfosd.synology.me/docker/ubuntu-1c-web/raw/branch/master/conf/project.vrd -O /var/www/html/project/default.vrd wget https://git.dfosd.synology.me/docker/ubuntu-1c-web/raw/branch/master/conf/zhkekh.vrd -O /var/www/html/zhkekh/default.vrd wget https://git.dfosd.synology.me/docker/ubuntu-1c-web/raw/branch/master/conf/budget.vrd -O /var/www/html/budget/default.vrd -wget https://git.dfosd.synology.me/docker/ubuntu-1c-web/raw/branch/master/conf/english.vrd -O /var/www/html/english/default.vrd \ No newline at end of file +wget https://git.dfosd.synology.me/docker/ubuntu-1c-web/raw/branch/master/conf/english.vrd -O /var/www/html/english/default.vrd +wget https://git.dfosd.synology.me/docker/ubuntu-1c-web/raw/branch/master/conf/health.vrd -O /var/www/html/health/default.vrd