Configure Portal Prerequisites
-
Set appropriate permissions for portal.jar
$ sudo cp portal.jar /opt/waratek/$ sudo chown portal:portal /opt/waratek/portal.jar$ sudo chmod 600 /opt/waratek/portal.jar -
Edit the bundled startup script and place in system directory
Update the PORTAL_HOME variable in daemon/portal.service.template to the location of installed Portal files, and then copy to system folder, see below
$ cp daemon/portal.service.template /etc/systemd/system/portal.service$ systemctl enable portal