Added guide for manual installation

This commit is contained in:
Raphael Michel
2016-07-31 15:43:17 +02:00
parent caa6e74c0a
commit b0d3f0926a
4 changed files with 289 additions and 2 deletions
+8 -1
View File
@@ -1,5 +1,7 @@
.. highlight:: none
.. _`dockersmallscale`:
Small-scale deployment with Docker
==================================
@@ -166,7 +168,12 @@ named ``/etc/systemd/system/pretix.service`` with the following content::
[Install]
WantedBy=multi-user.target
You can leave the MySQL socket volume out if you're using PostgreSQL.
You can leave the MySQL socket volume out if you're using PostgreSQL. You can now run the following comamnds
to enable and start the service::
# systemctl daemon-reload
# systemctl enable pretix
# systemctl start pretix
Cronjob
-------