1
0
Fork 0
mirror of synced 2024-05-17 02:43:16 +12:00

add guide for running in debug mode

This commit is contained in:
Nick Sweeting 2021-01-28 20:49:59 -05:00 committed by GitHub
parent 4b7550c23f
commit 5adde91a47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -635,6 +635,14 @@ docker run -it --rm -p 8000:8000 \
See the `./bin/` folder and read the source of the bash scripts within.
You can also run all these in Docker. For more examples see the Github Actions CI/CD tests that are run: `.github/workflows/*.yaml`.
#### Run in DEBUG mode
```bash
archivebox config --set DEBUG=True
# or
archivebox server --debug ...
```
#### Run the linters
```bash