I am trying to deploy a development version of tutor in a DigitalOcean droplet (i.e., the equivalent of an Amazon EC2) with tutor local quickstart. Is it possible to configure LMS_HOST and CMS_HOST to access the platform through the droplet’s public IP without having to configure a DNS?
Unfortunately this is not possible. The closest thing you can do is to run locally (answer “n” to the first question during quickstart) then create a tunnel to access localhost on your server from your browser.