Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
cd /usr/local/ubisecure/customerid/application
nano linux.config
./setup.sh

Make sure that your Wildfly service is up and running

Code Block
systemctl is-enabled wildfly.service

# If not, run the following command
systemctl start wildfly.service


After these steps, run the script config-wildfly-domain-prepare.sh, which will remove unnecessary options from the host configuration.

...