Update INSTALL.md

This commit is contained in:
Robert Einsle 2019-02-19 14:20:18 +01:00
parent 506d97ba5a
commit 4e66551ac9

View File

@ -1,13 +1,9 @@
# Preparing # Preparing
- [ ] Install and configure Mailsystem (postfix) so it is possible to send mails - [ ] Install and configure Mailsystem (postfix) so it is possible to send mails
- [ ] apt install python3 python3-pip python3-venv python3-virtualenv - [ ] apt install python3 python3-pip python3-venv python3-virtualenv
- [ ] apt install uwsgi uwsgi-plugin-python3 - [ ] apt install uwsgi uwsgi-plugin-python3
- [ ] Install and configure mariadb-server - [ ] Install and configure mariadb-server
- [ ] Install and configure nginx und selfencrypt - [ ] 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 Create it for /etc/uwsgi/apps-available/carom and carom-int and link it
to /etc/uwsgi/apps-enabled/ to /etc/uwsgi/apps-enabled/
systemctl restart uwsgi systemctl restart uwsgi
Show at syslog for errors and fix it. Show at syslog for errors and fix it.
- [ ] Create Config File for nginx/carom - [ ] 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 Create it for /etc/ngin/sites-available/carom... and carom-int... and link it
to /etc/ngin/sites-enabled/ to /etc/ngin/sites-enabled/
systemctl restart nginx systemctl restart nginx