Question
Anyone using Discourse?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×No matter if we follow the exact documentation, again and again, we get this message every time we try to launch. Any help?
root@iLoveJesusChrist:/var/discourse# ./launcher start app
starting up existing container
This means you already have a webserver running on port 80 on your host machine.
Since Discourse is running in a Docker container (think: virtual machine on your server) it attempts to redirect all traffic arriving on port 80 to inside the container. So if there is already a webserver present on the host, it cannot use that port. You’d have to set up a reverse proxy on your main webserver or uninstall it and only use Discourse’s webserver in the container.
You can get some more information about the topic here:
https://www.digitalocean.com/community/tutorials/how-to-use-apache-http-server-as-reverse-proxy-using-mod_proxy-extension
https://www.digitalocean.com/community/tutorials/how-to-configure-nginx-as-a-web-server-and-reverse-proxy-for-apache-on-one-ubuntu-14-04-droplet#step-7-%14-configuring-nginx-for-apache’s-virtual-hosts
Yes, see this tutorial I put up finally having 100% success.
http://diytechytutorials.blogspot.com/2015/03/setup-discourse-on-digital-ocean.html