Issues with AWS CDN and S3

,

Nice work! So glad you figured it out.

Now you should be able to spin up a new server with just your app.yml file. You can even try it if you want (change the hostname on the test site before you build the container).

1 Like

Tried that and saw the message when proceeding with setup without a valid domain.

Checking your domain name . . .
WARNING: Port 443 of computer does not appear to be accessible using hostname:  discourse.example.com.
WARNING: Connection to http://discourse.example.com (port 80) also fails.

This suggests that discourse.example.com resolves to some IP address that does not reach this
machine where you are installing discourse.

The first thing to do is confirm that discourse.example.com resolves to the IP address of this server.
You usually do this at the same place you purchased the domain.

If you are sure that the IP address resolves correctly, it could be a firewall issue.
A web search for "open ports YOUR CLOUD SERVICE" might help.

This tool is designed only for the most standard installations. If you cannot resolve
the issue above, you will need to edit containers/app.yml yourself and then type

./launcher rebuild app

Gave it a go but probly messed up on

1 Like

Applying the lessons learned was/is a bit of an undertaking. It is a work in progress but hopefully if will help others.