diff --git a/WebService.sh b/WebService.sh index 7664338..984cd46 100644 --- a/WebService.sh +++ b/WebService.sh @@ -5,14 +5,14 @@ if [ "$EUID" -ne 0 ]; then fi -#apt update -#apt install -y python3-pip +apt-get update +apt-get install -y python3-pip -#git clone https://dev.ilab.cl/public/pythonweb.git /srv +git clone https://dev.ilab.cl/public/pythonweb.git /srv cd /srv -#pip3 install setuptools gunicorn -#pip3 install -r web-interface/requirements.txt +pip3 install setuptools gunicorn +pip3 install -r web-interface/requirements.txt cp -f webinterface.service.sample /etc/systemd/system/webinterface.service