Update 'WebService.sh'
parent
8d3eab7095
commit
c3657d1a99
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue