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.
-
Create the portal user - this user will own the console process and related files.
sudo useradd --system --create-home portal
-
Create /opt/waratek
This is where we will place operational files.
sudo mkdir /opt/waratek
-
Set the permission and change ownership for application.properties as follows:
sudo chown portal:portal application.properties
sudo chmod 600 application.properties