This section provides detailed instructions on how to install UnifiedViews on Linux.
These instructions assume that you will install UnifiedViews while:
You have downloaded the UnifiedViews installer (
UnifiedViews.run
) from our download area.The target system is running on a 64 bit Linux server and meets the UnifiedViews System Requirements, in particular it has OpenJDK 11 installed.
You have defined a user (for example 'poolparty') on the server assigned to a respective group (for example 'poolparty') that should be used to run the Tomcat server. The user has to be able to execute the sudo command. Refer to the respective Linux distribution's documentation for the particulars of commands and permission settings.
UnifiedViews' Tomcat will be running as localhost using port 8081.
You can install UnifiedViews as a standalone application.
This will open a dialogue in the terminal. Press Enter
to start the process.
In the next step, choose to do a new installation by entering 1
and pressing Enter
.
In this step you can define the path for your PoolParty Directory Structure Linux.
Enter the path you want to use or press Enter
to use the default one.
In this step, define the user that will be used for Controlling PoolParty (Linux) (default: poolparty).
Enter the user you want to use or press Enter
to use the default user.
In addition, you can define the group that will be used running it (default: poolparty).
Enter the name of the user group you want to use or press Enter
to use the default group. The group you enter here will be created if it doesn't exist.
You will be presented with an overview of the settings you made. You can then finalize the installation process by pressing Enter
.
Open a console and change to root:
sudo -i
Start UnifiedViews. It is important to first start the frontend and then start the backend as follows:
/opt/unifiedviews/bin/unifiedviews-frontend start
/opt/unifiedviews/bin/unifiedviews start
If you need to specifically change memory allocation settings related to how UnifiedViews run, this can be done in the unifiedviews.conf
file. Similar to what you find in the instructions for The poolparty.conf File (Linux)
Open a browser and access your UnifiedViews installation using a URL like this: http://your-server/unifiedviews/
You can log in with the user 'admin' and password 'unifiedviews'.
Note
We strongly recommend changing the password for the 'admin' user after the installation.