change install user

This commit is contained in:
Jonathan Baecker 2020-07-06 11:58:31 +02:00
parent 9993a1e6d7
commit 499467a649

View File

@ -333,7 +333,7 @@ python manage.py createsuperuser
deactivate
chown $serviceUser. -R /var/www/ffplayout
chown $serviceUser. -R /var/www
cd ..
@ -418,7 +418,7 @@ echo "$serviceUser ALL = NOPASSWD: /bin/systemctl start ffplayout-engine.servic
cd /var/www/ffplayout/ffplayout/frontend
npm install
sudo -H -u $serviceUser bash -c 'npm install'
cat <<EOF > ".env"
BASE_URL='http://localhost:3000'