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 management-console user - this user will own the console process and related files.
sudo useradd --system --create-home management-console
-
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 management-console:management-console application.properties
sudo chmod 600 application.properties