Skip to content

For Volt MX Go v2.1

Install Domino REST API

Guides you in installing Domino REST API.

Before you begin

Important

Make sure to check version compatibility between Volt MX Go and Domino REST API.

Procedure

  1. Download the Domino REST API installer. For more information, see Download the Domino REST API link image in the HCL Domino REST API documentation.

  2. Follow the links to the installation procedure based on your preferred installation platform:

  3. Complete all the post-installation tasks link image.

For more information, see the Installation and configuration link image page in the HCL Domino REST API documentation link image.

Install Volt MX Go Foundry

Starting from Volt MX Go v2.1 release, Volt MX Go Foundry is enabled by installing the supported version of Volt Foundry using available installation mechanisms and then installing Volt MX Go plugins to Volt Foundry using a Volt MX Go Plugin Installer. The use of Helm charts and a single container solution are also supported for installing Volt Foundry. It's important to note that for Volt MX Go v2.1, only Volt Foundry using a Tomcat non-clustered application server is supported.

Volt Foundry must be licensed with a Volt MX Go entitlement for the plugins to be enabled and for the Volt MX Go features to work.

For using an installer

Before you begin

  • You have downloaded the Volt Foundry installer. The minimum supported version is v9.5.18.0.
  • You have downloaded the Volt MX Go Plugin Installer.

For more information, see Download HCL Volt MX Go installers.

Install Volt Foundry

For installing Volt MX Go Foundry, click the link to the installation guide corresponding to your installation platform and follow the installation steps.

Important

  • For Volt MX Go v2.1, only Volt Foundry using a Tomcat non-clustered application server is supported.
  • Make sure to check all the details and complete all the applicable procedures indicated in the sections in the installation guides.

  • After completing the installation, activate the Volt MX Go license on Volt Foundry and then shut it down before proceeding to the installation of the Volt MX Go plugins. For more information, see license activation link image on the Volt MX documentation.

Install Volt MX Go Plugin Installer

The procedure enables the installation of the Volt MX Go Plugin Installer, which is used for installing the Volt MX Go plugins to Volt Foundry.

  1. Open terminal and extract the installer from the tar file.
  2. Navigate to the directory containing the VoltMXGoInstallationTool.bin to ensure that you are in the right location to execute the installation commands for the bin file.
  3. Enter the following command to grant executable permissions to the VoltMXGoInstallationTool.bin file and press Enter.

    sudo chmod +x VoltMXGoInstallationTool.bin

    Using the chmod command with sudo ensures administrative privileges.

  4. Run the VoltMXGoInstallationTool.bin file to start the installation using the following command and press Enter.

    ./VoltMXGoInstallationTool.bin

  5. Follow the installation instructions. The binary file will initiate the installation process and may prompt you with on-screen instructions. Follow these instructions carefully to complete the installation.

    Note

    If you have a graphical terminal associated with your Linux deployment, the Volt MX Go Installation Tool window opens. Otherwise, installation is via the command line.

  1. Navigate to the folder containing the downloaded installer file.
  2. Double-click the installer file. The Volt MX Go Installation Tool window opens.
  3. On the Introduction, read the details and instructions, and then click Next.

    Introduction

  4. On the License Agreement, read the agreement details, select the I accept the terms of the License agreement checkbox, and then click Next.

    License Agreement

  5. On the Choose Install Folder, click Next if you agree with the indicated default location.

    Choose Install Folder

    Tip

    • If you want a different installation location, click Choose to select your preferred installation location or directly enter your preferred installation location in the text box, and then click Next.
    • If you selected a different installation location and decided to revert to the default location, click Restore Default Folder and then click Next.
  6. On the Pre-Installation Summary, review the details and then click Install.

    Pre-Installation Summary

  7. On the Installing, see the installation status.

    Installing

  8. On the Install Complete, click Done.

    Install Complete

Install Volt MX Go plugins

The procedure enables the installation of Volt MX Go plugins to Volt Foundry to enable Volt MX Go features.

Important

  • For Volt MX Go v2.1, you can only install Volt MX Go plugins to Volt Foundry that uses a Tomcat non-clustered application server.
  • Volt Foundry must be licensed with a Volt MX Go entitlement for the plugins to be enabled and for the Volt MX Go features to work.
  1. Open Terminal.
  2. Go to the directory where you installed the Volt MX Go Plugin Installer. By default, the installer executable is located in the ~/VoltMXGoPluginInstaller directory.
  3. Run the Volt MX Go Plugin Installer by entering the following command and press Enter.

    ./VoltMXGoPluginInstaller

    The installation tool opens on the Terminal showing the available options.

    Installation options

  4. Enter 1 to install Volt MX Go plugins in Volt Foundry and press Enter.

  5. Specify the Tomcat WebApps directory by entering the number corresponding to your installation or enter the full path to your Tomcat WebApps directory, and then press Enter.

    You get a confirmation statement that the plugins have been installed.

  6. Enter 7 and press Enter to exit the installation tool.

  1. Select Start, scroll through the alphabetical list, and select Volt MX Go Plugin Installer. Depending on your OS, you might need to select All apps, scroll through the alphabetical list, and click Volt MX Go Plugin Installer.

    OR

    Double-click the Volt MX Go Plugin Installer shortcut on your desktop if available.

    A Command Prompt window opens showing the available options.

    Installation options

  2. Enter 1 to install Volt MX Go plugins and press Enter.

  3. Specify the Tomcat WebApps directory by entering the number corresponding to your installation, or enter the full path to your Tomcat WebApps directory, then press Enter.

    You get a confirmation statement that the plugins have been installed.

  4. Press Enter to close the Command Prompt window.

Note

After installing the Volt MX Go plugins, open Volt Foundry to verify you see the Volt MX GO/First Touch banner.

For using Helm charts on a supported Kubernetes platform

Before you begin

Procedure

  1. Click the link to the installation guide and follow the installation steps.

    Volt Foundry Container Helm installation guide link image

    Important

    Make sure to check all the details and complete all the applicable steps indicated in the installation guide.

  2. After completing all applicable steps in the installation guide, update the values.yaml file.

    1. Locate the values.yaml file in the Volt Foundry directory.
    2. Open the values.yaml file with your preferred editor and locate the line containing the imageRegistry: key.
    3. Change the value of the imageRegistry: key to "hclcr.io/voltmxgo.
    4. Save your changes and close the file.
  3. Execute the helm upgrade foundry command to upgrade the running images to use Volt MX Go.

For single container solution

For more information, see Volt Foundry Single Container Solution link image in the Volt MX Documentation.

Before you begin

Procedure

  1. Click the link to the installation guide and follow the installation steps.

    Volt Foundry Single Container Solution installation guide link image

    Important

    • The installation guides indicate installation files and installation file download locations. You must use the installer you downloaded as indicated in the Before you begin section.
    • Make sure to check all the details and complete all the applicable steps indicated in the installation guide.
  2. Update the docker-compose.yml file.

    1. Locate the docker-compose.yml file in the Volt Foundry directory.
    2. Open the docker-compose.yml file with your preferred editor and locate the line containing the image: key.
    3. Change the value of the image: key from "hclcr.io/voltmx/voltmx-foundry-db:<version>_GA" to "hclcr.io/voltmxgo/voltmx-foundry-db:<version>_GA", wherein <version> corresponds to the Volt Foundry release version. For example, "hclcr.io/voltmxgo/voltmx-foundry-db:9.5.18.0_GA".
    4. Save your changes and close the file.
  3. Stop the existing images by running the command docker compose down.

  4. Restart the images by running the command docker compose up -d.

Next step

After completing the installation of Domino REST API and Volt MX Go Foundry, proceed to Install Volt MX Go Iris.