First discourse is an excellent software and I am totally thrilled. Only I have a problem with the installation. I would like to use Jelastic with a Docker image. However, when I load the docker image for Jelastic I only get the default page from the webserver and not discourse.
service nginx stop
update-rc.d -f nginx disable
wget -qO- https://get.docker.com/ | sh
service docker start
mkdir /var/discourse
git clone https://github.com/discourse/discourse_docker.git /var/discourse
cd /var/discourse
./discourse-setup
3) Run the installation of Discourse with the such parameters (set in the console during the installation process):
Hostname for your Discourse? [discourse.example.com]:
Email address for admin account(s)? [me@example.com,you@example.com]:
SMTP server address? [smtp.example.com]:
SMTP port? [587]:
SMTP user name? [user@example.com]:
SMTP password? [pa$$word]:
Let's Encrypt account email? (ENTER to skip) [me@example.com]:
4) Optionally, perform fine tuning of the environment - trace the number of used cloudlets and set up with a small encrease as “Reserved cloudlets”.
5) Read the recommendations of the developer Discourse - _https://github.com/discourse/discourse/blob/master/docs/INSTALL-cloud.md (please remove underline on begin of link (added because account limitation))
If you have any additional questions don’t hesitate to ask your hosting provider or contacting us directly via form - _https://jelastic.com/contact (please remove underline on begin of link (added because account limitation))).