--- tags: sysadmin, covid19, services, webapps title: Covid19.LesGrandsVoisins.FR --- # Covid19.LesGrandsVoisins.FR https://Covid19.LesGrandsVoisins.FR Server is the Hetzner server: https://hackmd.io/@lesgrandsvoisins/SJr65R-tI Source code and instructions are here: https://github.com/LAB-MI/deplacement-covid-19 #nodejs Uses the [NGINX Server](https://hackmd.io/1mrDplZ8TMiF3Bafz_W6UA#NGINX) ## Config Files ``` /etc/nginx/sites-available/covid19.lesgrandsvoisins.fr.conf /var/www/deplacement-covid-19/ ``` ## Update ```bash cd /var/www/deplacement-covid-19 git checkout -b covid19.lesgrandsvoisins.fr git commit -am "Integration into covid19.lesgrandsvoisins.fr" git merge master # From root@debian-2gb-fsn1-1:/var/www# # chown -R www-data:www-data deplacement-covid-19 npm i clean npm i --save-dev bootstrap jquery popper.js fsevents npm start # CTRL-C npm install puppeteer-core chrome-aws-lambda --save-prod npm install puppeteer --save-dev npm i --save-dev puppeteer-core chrome-aws-lambda aptitude install chromium # Painful npm run-script build # npm i --public-url https://covid19.lesgrandsvoisins.fr/ #npm audit fix ``` Apparently popper.js is v which is old and it would need v