Skip to main content
Version: 6.11.0

Configure Portal Prerequisites

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