Discourse installation issue ubuntu 20.04

Hi,

I am having this issue while installing discours on ubuntu, already opened the ports as well but still having this issue,

  • /usr/bin/docker run --shm-size=512m -d --restart=always -e LANG=en_US.UTF-8 -e RAILS_ENV=production -e UNICORN_WORKERS=4 -e UNICORN_SIDEKIQS=1 -e RUBY_GLOBAL_ METHOD_CACHE_SIZE=131072 -e RUBY_GC_HEAP_GROWTH_MAX_SLOTS=40000 -e RUBY_GC_HEAP_ INIT_SLOTS=400000 -e RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR=1.5 -e DISCOURSE_DB_SOC KET=/var/run/postgresql -e DISCOURSE_DB_HOST= -e DISCOURSE_DB_PORT= -e LETSENCRY PT_DIR=/shared/letsencrypt -e LC_ALL=en_US.UTF-8 -e LANGUAGE=en_US.UTF-8 -e DISC OURSE_HOSTNAME=********** -e DISCOURSE_DEVELOPER_EMAILS=info@tany adoc.com.my -e DISCOURSE_SMTP_ADDRESS=email-smtp.us-east-1.amazonaws.com -e DISC OURSE_SMTP_PORT=587 -e DISCOURSE_SMTP_USER_NAME=xxxxxxxx -e DISCOURS E_SMTP_PASSWORD=xxxxxxxx -e DISCOURSE_SMTP_D OMAIN=.xxxxxxxx -e DISCOURSE_NOTIFICATION_EMAIL=noreply@ .xxxxxxxx -e LETSENCRYPT_ACCOUNT_EMAIL=xxxxxxxx -h ip-17 2-31-46-205-app -e DOCKER_HOST_IP=172.17.0.1 --name app -t -p 80:80 -p 443:443 - v /var/discourse/shared/standalone:/shared -v /var/discourse/shared/standalone/l og/var-log:/var/log --mac-address 02:e3:c5:54:8e:2a local_discourse/app /sbin/bo

did you follow the official install guide ?

1 Like

What is the issue? How is what is happening different from what you expect?

This is the command that ./discourse-setup runs when bootstrapping the image from the template. There are no errors there.

Can you describe what is happening as a result of that and how that is different from what you expect or desire?

1 Like