Commit 7cf111e7 authored by Mickaël Desfrênes's avatar Mickaël Desfrênes
Browse files

Update README.md

parent 65dc20c2
Loading
Loading
Loading
Loading
+163 −163
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ Crééz ensuite un nouveau service pour systemd dans /etc/systemd/system/jama.se
    User=YourAppUser
    Group=YourAppGroup
    UMask=007
    ExecStart=/path/to/your/venv/bin/gunicorn --error-logfile /path/to/error.log --timeout 120 -b 127.0.0.1:8000 -w 5 --pythonpath /path/to/jama mediatheque.wsgi
    ExecStart=/path/to/your/venv/bin/gunicorn --error-logfile /path/to/error.log --timeout 120 -b 127.0.0.1:8000 -w 5 --pythonpath /path/to/jama jama.wsgi
    Environment="PATH=/usr/bin/:/path/to/your/venv/bin:$PATH"
    Environment="JAMA_SECRET=AddY0uRoWns3crEth3re"
    Environment="JAMA_DEBUG=0"