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