Add another necessary setup step to post-install instructions
This commit is contained in:
parent
446b8aa53e
commit
fc527afdd0
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -33,4 +33,4 @@ sudo systemctl enable vpnmanager
|
||||||
sudo systemctl start vpnmanager
|
sudo systemctl start vpnmanager
|
||||||
sudo systemctl enable celery
|
sudo systemctl enable celery
|
||||||
sudo systemctl start 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"
|
||||||
|
|
Loading…
Reference in a new issue