13 lines
269 B
Markdown
13 lines
269 B
Markdown
|
Follow the instructions to set up a host of the whole project before attempting to run.
|
||
|
|
||
|
to run once:
|
||
|
|
||
|
```
|
||
|
python make_snapshot.py
|
||
|
```
|
||
|
|
||
|
cron line to update every 30 minutes:
|
||
|
|
||
|
```
|
||
|
0,30 * * * * cd /home/ubuntu/quay/seo-snapshots && ../venv/bin/python make_snapshot.py
|
||
|
```
|