Skip to main content
Version: 6.11.0

Create application.properties

This section has dependencies on actions that are performed after it, especially on databases installation and settings.

The file application.properties should be used to store any key-value pairs of configuration parameters in the Portal setting process.

  1. Create the portal user - this user will own the console process and related files.

    sudo useradd --system --create-home portal
  2. Create /opt/waratek

    This is where we will place operational files.

    sudo mkdir /opt/waratek
  3. Set the permission and change ownership for application.properties as follows:

    sudo chown portal:portal application.properties
    sudo chmod 600 application.properties