Skip to main content
Version: 6.10.1

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 management-console user - this user will own the console process and related files.
sudo useradd --system --create-home management-console
  1. Create /opt/waratek

    This is where we will place operational files.

sudo mkdir /opt/waratek
  1. Set the permission and change ownership for application.properties as follows:
sudo chown management-console:management-console application.properties
sudo chmod 600 application.properties