Add missing lines to setup file
This commit is contained in:
parent
4a146f8c02
commit
754b20413a
1 changed files with 5 additions and 3 deletions
8
setup.sh
8
setup.sh
|
@ -1,12 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo apt update
|
||||
sudo apt install -y python3-pip npm
|
||||
sudo pip3 install -U django uwsgi django-two-factor-auth django-bootstrap-form
|
||||
sudo pip3 install -U django uwsgi django-two-factor-auth django-bootstrap-form twilio
|
||||
useradd vpn
|
||||
git submodule init
|
||||
git submodule update
|
||||
cd static/jq/
|
||||
cd lib/jq/
|
||||
npm run build
|
||||
cd ../../
|
||||
cd ../..
|
||||
./manage.py collectstatic
|
||||
./manage.py migrate
|
||||
sudo cp vpnmanager.service /etc/systemd/system/
|
||||
|
|
Loading…
Reference in a new issue