From fc527afdd00415de22eb5900d8704967fd122bc0 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Thu, 7 Feb 2019 19:15:28 +0000 Subject: [PATCH] Add another necessary setup step to post-install instructions --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 03fefc5..8812d0d 100644 --- a/setup.sh +++ b/setup.sh @@ -33,4 +33,4 @@ sudo systemctl enable vpnmanager sudo systemctl start vpnmanager sudo systemctl enable celery sudo systemctl start celery -echo "This should be working so far. Now point your webserver to uwsgi.sock using its WSGI options. Be sure to include the static files at static/static_root/ and don't forget to set the hostname in manager/hostname.py" +echo "This should be working so far. Now point your webserver to uwsgi.sock using its WSGI options. Be sure to include the static files at static/static_root/ and don't forget to set the hostname in manager/hostname.py and create necessary server certs and DH parameters"