mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
The provided `gunicorn` command did not work for me, failing with the following error: ``` ModuleNotFoundError: No module named '/home/paperless/paperless/src/paperless' ``` The solution was to provide only `paperless.wsgi` as the argument to `gunicorn`, and provide a flag for `--pythonpath`. After changing it to this, the server started up fine. |
||
|---|---|---|
| .. | ||
| _static | ||
| api.rst | ||
| changelog.rst | ||
| conf.py | ||
| consumption.rst | ||
| contributing.rst | ||
| customising.rst | ||
| Dockerfile | ||
| extending.rst | ||
| guesswork.rst | ||
| index.rst | ||
| Makefile | ||
| migrating.rst | ||
| requirements.rst | ||
| requirements.txt | ||
| scanners.rst | ||
| setup.rst | ||
| troubleshooting.rst | ||
| utilities.rst | ||