From 4e66551ac99018ebe60e9d71814fa368f2f85ed7 Mon Sep 17 00:00:00 2001 From: Robert Einsle Date: Tue, 19 Feb 2019 14:20:18 +0100 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 38b347c..8d53563 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,13 +1,9 @@ # Preparing - [ ] Install and configure Mailsystem (postfix) so it is possible to send mails - - [ ] apt install python3 python3-pip python3-venv python3-virtualenv - - [ ] apt install uwsgi uwsgi-plugin-python3 - - [ ] Install and configure mariadb-server - - [ ] Install and configure nginx und selfencrypt @@ -110,7 +106,9 @@ log-date = true Create it for /etc/uwsgi/apps-available/carom and carom-int and link it to /etc/uwsgi/apps-enabled/ + systemctl restart uwsgi + Show at syslog for errors and fix it. - [ ] Create Config File for nginx/carom @@ -152,4 +150,5 @@ server { Create it for /etc/ngin/sites-available/carom... and carom-int... and link it to /etc/ngin/sites-enabled/ + systemctl restart nginx