Download PingGateway
The .zip file unpacks into a /path/to/identity-gateway-2024.11.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.11.0.zipfrom the Backstage download site, and copy the .zip file to the installation directory:$ cp PingGateway-2024.11.0.zip /path/to/PingGateway-2024.11.0.zip - 
Unzip the file:
$ unzip PingGateway-2024.11.0.zipThe directory
/path/to/identity-gateway-2024.11.0is created. 
 -