Download PingGateway
The .zip file unpacks into a /path/to/identity-gateway-2024.6.0
directory with the following content:
-
bin
: Start and stop executables -
classes
: Initially empty; used to install patches from ForgeRock support -
docker/Dockerfile
: Dockerfile and README to build a PingGateway Docker image -
legal-notices
: Licenses and copyrights -
lib
: PingGateway and third-party libraries
-
Create a local installation directory for PingGateway. The examples in this section use
/path/to
.The installation directory should be a new, empty directory. Installing PingGateway into an existing installation directory can cause errors. -
Download
PingGateway-2024.6.0.zip
from the BackStage download site, and copy the .zip file to the installation directory:$ cp PingGateway-2024.6.0.zip /path/to/PingGateway-2024.6.0.zip
-
Unzip the file:
$ unzip PingGateway-2024.6.0.zip
The directory
/path/to/identity-gateway-2024.6.0
is created.