- Download and copy installation packages to ./installs folder
$ ./install.sh
- Start EAP Server in admin mode
$ cd ../rhdm-7.11/bin
$ ./standalone.sh -c standalone-full.xml --admin-only
- In another terminal, run the system properties configuration script
$ ./add-system-properties.sh
- Then, run the kie server configuration script
$ ./add-kie-server-system-properties.sh
- Stop EAP Server (admin mode)
$ cd ../rhdm-7.11
$ ./bin/standalone.sh -c standalone-full.xml