Versions Compared

Key

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

...

Code Block
languagebash
cd /usr/local/
tar xzvf ~/customerid/wildfly-x.x.x.Final-linux.tar.gz


Next, create the user "wildfly" and make wildfly the owner of the $WILDFLY_HOME folder: 

Code Block
languagebash
useradd -d /usr/local/wildfly-x.x.x.Final -M wildfly
chown -R wildfly. /usr/local/wildfly-x.x.x.Final

...

Edit {{ wildfly_version }}, {{ wildfly_user }}, {{ wildfly_home }} accordingly with the actual values on your environment.


Load the unit configuration file:

Code Block
languagebash
systemctl daemon-reload

...