I’ve installed open edx tutor on my old laptop, which serves me as a local rockylinux 9 server and is connected to the internet. It has 8Gb RAM. Tutor installed fine, the service starts and I see the web addresses, to open the platform. They are:
The *.local.overhang.io domain names are for running Open edX locally. This is a confusing term: it means that you can only access the platform from the same computer where it is running. That’s because local.overhang.io points to 127.0.0.1, i.e: localhost (proof)
To run over a network, you need to be able to reach your rockylinux server via a domain name. I suggest the following:
Run tutor local launch again. Do not setup a “local” environment. For the LMS host, type olegrom.com. For the studio, type studio.olegrom.com. Do not enable HTTPS/SSL (because you probably don’t own these DNS records).
On your Fedora computer, modify /etc/hosts to indicate the IP address of your server:
Wow, thank you so much for the answer. It is very enlightening. Now I understand the problem. The term “locally” is confusing in this regard, it would be good to make clarify it more in the documentation files. So thanks again, I will follow these steps, and give a feedback.
Hi! It didn’t work for me, unfortunately. I’ve done all the steps, but still can’t access tutor. I’ll just do a real local install on my Fedora machine.