1- Point your domain DNS to this machine’s IP address.
2- Wait until the DNS propagation is done. To check if it is done, ping your domain and it should resolve to this VM IP. You can also check the propagation using online tools.
3- Login to this VM via SSH as root: ssh root@this_vm_ip
or ssh root@your_domain.com
. Use this same ssh connection to gather the randomly generated MySQL credentials in /root/.mysql_credentials
you will need them for the web installation wizard.
4- Follow the instructions. A script will be launched, choose the automatic configuration option and let the script guide you. Once you’re done, point your browser to the DNS assigned to this VM: https://your_domain.com
and you will then see the web installation wizard. In case of issues check out the installation documentation on the help site. You can also you can post a new entry on the community forum.