Add dependencies to setup script
This commit is contained in:
parent
0decae3e3b
commit
7ee31da9b7
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
sudo apt install -y python3-pip
|
sudo apt install -y python3-pip
|
||||||
sudo pip3 install django uwsgi
|
sudo pip3 install -U django uwsgi django-two-factor-auth django-bootstrap-form
|
||||||
./manage.py collectstatic
|
./manage.py collectstatic
|
||||||
./manage.py migrate
|
./manage.py migrate
|
||||||
sudo cp vpnmanager.service /etc/systemd/system/
|
sudo cp vpnmanager.service /etc/systemd/system/
|
||||||
|
|
Loading…
Reference in a new issue