Updated Home (markdown)

coulisse 2020-10-23 12:30:52 +02:00
parent 71c0a270c3
commit bc617b2294

@ -50,8 +50,7 @@ or
foo@bar:~$ sudo -H pip3 install matplotlib --system
```
##CONFIGURATION
**CONFIGURATION
In the path `spiderweb/cfg/` rename `config.json.template` in `config.json`:
```console
foo@bar:~$ mv config.json.template config.json
@ -90,7 +89,7 @@ then edit it in a manner like this:
0 23 * * * /foo/bar/spiderweb/scripts/qso_months.sh > /dev/null 2>&1
*/15 * * * * /foo/bar/spiderweb/scripts/propagation_heatmaps.sh > /dev/null 2>&1
```
##TEST
**TEST
Now you can run your web application with the following command:
```console
foo@bar:~$ python3 webapp.py