Manually deploying the Admin Web application
Before you deploy Admin Web, make sure you have Java installed. This is usually already installed on most computers, but you can download Java 8 here: https://www.oracle.com/java/technologies/javase-downloads.html.
To manually deploy the Admin Web application, follow these steps:
Open the
index.html
file.Change the API_URL value to the location of the REST API. Change localhost to the IP or hostname of the machine.
It will look something like this when you're done:
API_URL: http://hostname:8080
Change the AUTH_URL value to the location of tenant services. Change localhost to the IP or hostname of the machine.
It will look something like this when you're done:
AUTH_URL: http://hostname:9100
Save the file.
Restart Apache Web Service.
To continue with the installation, please see the Logging into Varicent Incentives section.