Installing the Docker container with React UI
Test the latest run-time functionalities by installing React UI. To deploy the React UI framework to your on-premises development environment, install the Docker container.
Note: If you use Pega Cloud Services or a client-managed cloud environment to host your Pega
Platform, the React UI engine is already a part of your development environment, and you
only need to enable it for your applications. For more information, see Testing React UI for an application.
Before you begin: Prepare installation tools:
- Ensure that you have the Docker command line interface installed on-premises.
- Contact Pega for access to a repository with the React UI container.
Install the React UI service:
Choices | Actions |
---|---|
Manual installation |
|
Docker compose |
|
The variables have the following values:
- <container name> is the name of the Docker container.
- <container port> is the port number of the container.
- <file name> is the name of the Docker compose file.
- <host port> is the port number of the host.
- <Infinity URL> is the URL address of the Infinity service that REST calls. This could be either a load balancer, or a back-end service address. The HTTPS protocol is the default.
- <log type> is the type of log that the build produces.
- <port number> is the number of the port on which the React UI listens. The number must match the <container port>.
- <repository address> is the address of the repository that includes the container.