Installation documentation setup

Issue #329
This commit is contained in:
Ovv
2018-04-24 22:19:37 +02:00
parent 20a4a66a57
commit 6fd9995aa1
4 changed files with 308 additions and 263 deletions

View File

@@ -4,7 +4,7 @@ Description=Paperless webserver
[Service]
User=paperless
Group=paperless
ExecStart=/home/paperless/project/virtualenv/bin/python /home/paperless/project/src/manage.py runserver --noreload 0.0.0.0:8000
ExecStart=/home/paperless/project/virtualenv/bin/gunicorn /home/paperless/project/src/paperless.wsgi -w 2
[Install]
WantedBy=multi-user.target