hi,
Things to remember:
-
i have a ubuntu vm that i access using ssh.
-
i installed the prerequisites like docker, python, docker-compose etc.
-
i installed tutor using pip
-
i installed open edx using the command
tutor local quickstart
-
i entered ‘n’ for non production install
-
everything went smooth and no errors
-
all docker containers are running
-
port 80, 443 are open
now when i visit the public ip address of this vm i see a blank white screen.
and when i visit the provided urls i.e local.overhang.io or studio.local.overhang.io i get to see my localhost contents (not the vm localhost)
can you guide me what is the issue?