Skip to main content

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:

  1. Open the index.html file.

  2. 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 
  3. 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
  4. Save the file.

  5. Restart Apache Web Service.

To continue with the installation, please see the Logging into Varicent Incentives section.