Skip to main content
Version: 6.10.0

Configure Portal Prerequisites

  1. 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
  2. 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