This commit is contained in:
cremesk 2019-06-30 04:25:34 +02:00
parent d15014ccf3
commit 9147eb1203
No known key found for this signature in database
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 6 additions and 7 deletions

View File

@ -39,14 +39,13 @@ the following:
INSTALL
-------
```bash
apt update
apt install python3-pip nginx uwsgi uwsgi-plugin-python3 certbot
git clone https://github.com/cremesk/0x0.git /srv/0x0
apt update
apt install python3-pip nginx uwsgi uwsgi-plugin-python3 certbot
git clone https://github.com/cremesk/0x0.git /srv/0x0
cd /srv/0x0
pip3 install --user `cat requirements.txt`
cd /srv/0x0
pip3 install --user `cat requirements.txt`
```
FAQ
---