In Azure the Repstance Server is delivered as a pre-built Virtual machine. It requires you as a user to have your own Cloud Account and be subscribed to the Repstance, and then select the instance of sufficient size and processing power to manage your database requirements (see vendor recommended instance size).
To launch Repstance follow the steps:
https://azuremarketplace.microsoft.com/en-us/marketplace/apps?exp=ubp8&search=collabcloud
To connect to the operating system, use the SSH protocol with the credentials, that was provided during the instance deployment process.
To use Repstance Web UI open the following address in web browser:
https://HostName:3000/
For the first login use “Repstance” as the user name and “Instance ID” as the password. To find the “Instance ID” login into the Repstance Server using SSH and run the following command:
sudo cat /opt/repstance/conf/repstance.conf | grep token | sed 's/token=//'
The command output:
Once it is installed in your environment, it is ready to run.