diff --git a/docs/howto/install/notesclient.md b/docs/howto/install/notesclient.md index f80443d4..31118bcd 100644 --- a/docs/howto/install/notesclient.md +++ b/docs/howto/install/notesclient.md @@ -12,7 +12,7 @@ The procedure guides you to try the Domino REST API with a sample demo Notes dat ## Prerequisites - HCL Notes Desktop Client installed. -- Domino REST API installed using the `restapiInstall.jar` from Flexnet. +- Domino REST API installed using the `restapiInstall.jar` from My HCLSoftware Portal or HCL Software License and Download Portal. --8<-- "jarfilename.md" diff --git a/docs/howto/production/versionupdate.md b/docs/howto/production/versionupdate.md index e49dc7d3..eb1ef6f3 100644 --- a/docs/howto/production/versionupdate.md +++ b/docs/howto/production/versionupdate.md @@ -5,10 +5,10 @@ The procedure guides you on how to update your installed Domino REST API to the ## Prerequisite -- When updating installed Domino REST API on Linux, Mac, or Windows, [download the latest release version of the Domino REST API multi-platform installer](../../tutorial/installconfig/index.md#download-domino-rest-api). +- When updating installed Domino REST API on Linux, Mac, or Windows, [download the latest release version of the Domino REST API multi-platform installer](../../tutorial/installconfig/index.md#download-domino-rest-api). - When updating Domino REST API running with Docker image: - - [Download the docker image of the latest release version of Domino REST API](../../tutorial/installconfig/index.md#download-domino-rest-api) . + - [Download the docker image of the latest release version of Domino REST API](../../tutorial/installconfig/index.md#download-domino-rest-api). **OR** @@ -24,7 +24,7 @@ Follow the procedure based on the installation option you used when installing t ### Docker 1. Remove the existing docker container. -2. If using the docker image from *HCL Software License and Download Portal (Flexnet)* or *My HCLSoftware Portal*, load the docker image using the following command: +2. If using the docker image from *HCL Software License and Download Portal* or *My HCLSoftware Portal*, load the docker image using the following command: ```bash docker load -i [name_of_tar_file].tar @@ -36,7 +36,7 @@ Follow the procedure based on the installation option you used when installing t 3. Take note of the image name. - - When using the docker image from *HCL Software License and Download Portal (Flexnet)* or *My HCLSoftware Portal*, take note of the image name that was output after being loaded. The image name is also indicated in the [What’s New](../../references/whatisnew.md) for each version of the Domino REST API and marked *Docker image version for docker compose .env file (CONTAINER_IMAGE)*. + - When using the docker image from *HCL Software License and Download Portal* or *My HCLSoftware Portal*, take note of the image name that was output after being loaded. The image name is also indicated in the [What’s New](../../references/whatisnew.md) for each version of the Domino REST API and marked *Docker image version for docker compose .env file (CONTAINER_IMAGE)*. !!!example "Example loaded image name" - From earlier releases: `docker.qs.hcllabs.net/hclcom/projectkeep-r12:1.10.0` diff --git a/docs/references/downloads.md b/docs/references/downloads.md index e7f3a441..e4a074f9 100644 --- a/docs/references/downloads.md +++ b/docs/references/downloads.md @@ -8,7 +8,7 @@ title: Downloads Download from: -- [HCL Software License & Download Portal (Flexnet)](https://hclsoftware.flexnetoperations.com/){: target="_blank"} +- [HCL Software License & Download Portal](https://hclsoftware.flexnetoperations.com/){: target="_blank"} - [My HCLSoftware Portal](https://my.hcltechsw.com/){: target="_blank"} ## Presentations diff --git a/docs/tutorial/installconfig/docker.md b/docs/tutorial/installconfig/docker.md index ef36436a..e07228d7 100644 --- a/docs/tutorial/installconfig/docker.md +++ b/docs/tutorial/installconfig/docker.md @@ -27,7 +27,7 @@ Running Domino REST API with a Docker image requires the following: - **Domino REST API Docker image**. - Download the image as an archive file from [HCL Software License and Download Portal (Flexnet)](https://hclsoftware.flexnetoperations.com/) or [My HCLSoftware Portal](https://my.hcltechsw.com/). For more information, see [Download Domino REST API](index.md#download-domino-rest-api). + Download the image as an archive file from [HCL Software License and Download Portal](https://hclsoftware.flexnetoperations.com/) or [My HCLSoftware Portal](https://my.hcltechsw.com/). For more information, see [Download Domino REST API](index.md#download-domino-rest-api). !!!warning "Important" @@ -76,7 +76,7 @@ A Domino server uses one persistent volume to store its data. This volume also s ## Load Docker image -**For docker image from Flexnet or My HCLSoftware Portal** +**For docker image from HCL Software License and Download Portal or My HCLSoftware Portal** Load the docker image that you've downloaded from [prerequisites](#prerequisites). Make sure you [extract the tar.gz file](https://linuxize.com/post/how-to-extract-unzip-tar-gz-file/){: target="_blank" rel="noopener noreferrer"} first. @@ -110,7 +110,7 @@ Depending on the compose file you choose, a different set of variables needs to | Variable | Example | Remarks | | :---- | :---- | :---- | | CONTAINER_HOSTNAME | domino.acme.com | Pro tip: use something.local for local testing| -| CONTAINER_IMAGE | docker.qs.hcllabs.net/hclcom/projectkeep-r12:1.10.0 (example name for docker image from Flexnet or My HCLSoftware Portal from earlier release)

domino-rest-api:1.0.7 (example name for docker image from Flexnet or My HCLSoftware Portal starting v1.0.7 release)

hclcr.io/domino/restapi:1.0.6 (example name for docker image from Harbor)| For docker image downloaded from Flexnet or My HCLSoftware Portal, update based on the name of the loaded image, such as the example shown above, or use `docker images ls` to see the exact image name.

For docker image downloaded from Harbor, update based on the image name of the latest docker image version for docker compose .env file from Harbor indicated in [What's New](../../references/whatisnew.md). | +| CONTAINER_IMAGE | docker.qs.hcllabs.net/hclcom/projectkeep-r12:1.10.0 (example name for docker image from HCL Software License and Download Portal or My HCLSoftware Portal from earlier release)

domino-rest-api:1.0.7 (example name for docker image from HCL Software License and Download Portal or My HCLSoftware Portal starting v1.0.7 release)

hclcr.io/domino/restapi:1.0.6 (example name for docker image from Harbor)| For docker image downloaded from HCL Software License and Download Portal or My HCLSoftware Portal, update based on the name of the loaded image, such as the example shown above, or use `docker images ls` to see the exact image name.

For docker image downloaded from Harbor, update based on the image name of the latest docker image version for docker compose .env file from Harbor indicated in [What's New](../../references/whatisnew.md). | | CONTAINER_NAME | domino-keep-test02 | | | CONTAINER_VOLUMES | domino_keep_notesdata | no spaces or special characters | | SERVERSETUP_ADMIN_CN | Peter Parker | | diff --git a/docs/tutorial/installconfig/index.md b/docs/tutorial/installconfig/index.md index 62bb3557..8919c6c7 100644 --- a/docs/tutorial/installconfig/index.md +++ b/docs/tutorial/installconfig/index.md @@ -22,7 +22,11 @@ - `Domino_REST_API_V1.0.9_R14_Docker.tar.gz` - `Domino_REST_API_V1.0.9_R14_Installer.tar.gz` -#### via HCL Software License and Download Portal (Flexnet) +!!!warning "Important" + - For **Domino customers**, download the Domino REST API via the [My HCLSoftware Portal](#via-my-hclsoftware-portal). + - For **Volt MX Go customers**, download the Domino REST API via [HCL Software License and Download Portal](#via-hcl-software-license-and-download-portal) or via [My HCLSoftware Portal](#via-my-hclsoftware-portal). + +#### via HCL Software License and Download Portal **Option 1** @@ -78,7 +82,7 @@ Domino REST API can be installed on: - Domino Server on [Docker or Kubernetes](../installconfig/docker.md) -All platforms use a Java-based installer, except Kubernetes or Docker, which uses a container (colloquial referred to as Docker) image. You can download the installer and the Docker image from your Flexnet account. For any questions, contact your HCL reseller. +All platforms use a Java-based installer, except Kubernetes or Docker, which uses a container (colloquial referred to as Docker) image. You can download the installer and the Docker image from your HCL Software License and Download Portal or My HCLSoftware Portal account. For any questions, contact your HCL reseller. !!! warning "You did shut down Domino, did you?" diff --git a/docs/tutorial/quickstart.md b/docs/tutorial/quickstart.md index 4228f640..dc8bd2d8 100644 --- a/docs/tutorial/quickstart.md +++ b/docs/tutorial/quickstart.md @@ -10,7 +10,7 @@ This guide allows new users with working experience in HCL Notes and HCL Domino ## Downloading Domino REST API -Log in to [Flexnet](https://hclsoftware.flexnetoperations.com/) and download Domino REST API. +Log in to [HCL Software License & Download Portal](https://hclsoftware.flexnetoperations.com/) or [My HCLSoftware Portal](https://my.hcltechsw.com/) and download Domino REST API. ## Let's connect