Download IG
The .zip file unpacks into a /path/to/identity-gateway-2023.11.1 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 an IG Docker image -
legal-notices: Licenses and copyrights -
lib: IG and third-party libraries
-
Create a local installation directory for IG. The examples in this section use
/path/to.The installation directory should be a new, empty directory. Installing IG into an existing installation directory can cause errors. -
Download
IG-2023.11.1.zipfrom the Backstage download site, and copy the .zip file to the installation directory:$ cp IG-2023.11.1.zip /path/to/IG-2023.11.1.zip -
Unzip the file:
$ unzip IG-2023.11.1.zipThe directory
/path/to/identity-gateway-2023.11.1is created.