Skip to content

snoussi/install-rhdm-7.x

Repository files navigation

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