- Download and copy installation packages to ./installs folder
$ ./1-install.sh
- Start EAP Server in admin mode
$ cd ../rhpam-7.11/bin
$ ./standalone.sh -c standalone-full.xml --admin-only
- In another terminal, run the system properties configuration script
$ ./2-add-props.sh
- Then, run the kie server configuration script
$ ./3-add-kieserver-props.sh
-
Optionally, you can configure the persistance.
-
Stop EAP Server (admin mode)
$ cd ../rhpam-7.11
$ ./bin/standalone.sh -c standalone-full.xml
$ ./1-install-bc.sh
- Start EAP Server in admin mode
$ cd ../rhpam-bc-7.11/bin
$ ./standalone.sh -c standalone-full.xml --admin-only
- In another terminal, run the system properties configuration script
$ ./2-add-props-bc.sh
$ ./1-install-ks.sh
- Start EAP Server in admin mode
$ cd ../rhpam-ks-7.11/bin
$ ./standalone.sh -c standalone-full.xml --admin-only
- In another terminal, run the system properties configuration script
$ ./2-add-props-ks.sh
-
Optionally, you can configure the persistance.
-
Stop EAP Server (admin mode)
$ cd ../rhpam-bc-7.11
$ ./bin/standalone.sh -c standalone-full.xml
$ cd ../rhpam-ks-7.11
$ ./bin/standalone.sh -c standalone-full.xml -Djboss.socket.binding.port-offset=100