Update Simplified_Deployment authored by Jacob Benz's avatar Jacob Benz
......@@ -28,6 +28,7 @@ The machine you want to deploy LEAF-Writer on also needs to have `git` installed
14. Reload nginx
15. Add the SSL-certificate. If you use certbot and nginx run: `sudo certbot -d docker.leafwriter-playground.users.h-da.cloud --nginx`
16. Check if LEAF-Writer is reachable from the internet. On some distributions your web server may actually not have the permissions to talk to the locally served LEAF-Writer server. [This link](https://stackoverflow.com/questions/25235453/nginx-proxy-server-localhost-permission-denied) may help you to adjust the permissions.
17. To make LEAF-Writer truly useful and usable, you need to set up and identity (and storage) provider for your users. Read [Available Account Management and Storage Platforms](available-platforms) to see the available options and how to set them up.
# Updating LEAF-Writer
......
......