Save config files

This commit is contained in:
2019-04-21 17:55:52 +01:00
parent 7b6f5afc2c
commit f4650a61d4
8 changed files with 235 additions and 2 deletions
+2 -2
View File
@@ -6,7 +6,6 @@ Automatically logs into a captive portal
### Python script
```
$ sudo apt install python3 python3-pip python-virtualenv python3-virtualenv
$ sudo python3 -m pip install --upgrade setuptools
@@ -21,7 +20,8 @@ $ pip install -r requirements.txt
```
$ sudo apt install supervisor
$ sudo vim /etc/supervisor/conf.d/pushcards.conf
$ sudo touch /etc/supervisor/conf.d/pushcards.conf
$ sudoedit /etc/supervisor/conf.d/pushcards.conf
$ sudo supervisorctl reread
$ sudo supervisorctl update
```