Versions Compared

Key

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

...

Code Block
cd /home/jtel
cp -r /home/jtel/shared/jtel-system-java-services/deploy/jrest/ jrest
mkdir /home/jtel/jrest/log
chown -R jtel:jtel jrest
cp jrest/init.dsystemd/jrest.service /etc/systemd/init.dsystem
chmod +x /home/jtel/etcjrest/init.dsystemd/jrest
chkconfigsystemctl daemon-reload
systemctl enable jrest on.service

Configuration

Edit the configuration file /home/jtel/jrest/config/jtel-jrest.xml and check database access passwords and hosts etc. are correct.

...

Start the service. 

Code Block
servicesystemctl start jrest start.service

Installation - on Windows Server

...