Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 666 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 666 Bytes

RHDM-7.11 Sandbox Installation

Installation packages

Run RHDM installation script

$ ./install.sh

Configure RHDM

  • 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)

Start RHDM

$ cd ../rhdm-7.11
$ ./bin/standalone.sh -c standalone-full.xml