After the creation of the VM, you can ssh login to your VM.
To login to your vm from Linux/mac system run the below command
ssh root@your-droplet-IP
For windows system, please refer to the below link
https://www.ssh.com/ssh/putty/windows/
When you log in to your VM for the first time, it will ask for the domain name for QloApps setup. You must map your domain to your VM IP beforehand. If you do not have any domain you just need to put your VM IP.
After the initial setup is completed, you can open your QloApps URL in the browser for the rest of the setup.
For the rest of the setup in the browser, use below details for database configuration.
Database name: qloapps
Database login: qloapps
Database password : password stored in /root/.digitalocean_password
Look for the password inside the file by running the command
cat /root/.digitalocean_password
For backend login, it will ask you to remove the install directory.
Your web directory is /var/www/html .
You can remove the install directory by running the command
rm -rf /var/www/html/install.
You can check our QloApps source code here.
https://github.com/webkul/hotelcommerce