This is an old revision of the document!
Installation
NOT AVAILABLE YET:
The automated installer embeds several components of the Proline Suite. You may only install the Proline Web component, but if you want you can perform a full installation. It will install Proline-Admin and Proline-WebCore in the bin directory of Proline Web.
If you installed your MongoDB database on a different computer than the PWX server, you'll need to edit the PWX configuration file :
Go to the installation directory of your PWX server
Go to the “conf” folder and open the “application.conf” file with any text editor (like Window default Notepad)
Edit the mongodb.servers and cache.mongodb.servers parameters by setting the host name and the port number corresponding to your MongoDB server (default MongoDB port is 27017)
If MongoDB is installed on the same computer as the PWX server, you don't need to configure anything at this time.
Launch The Server
First, please make sure that MongoDB is running. If it's not, please start it manually.
In order to start the PWX server, go to its installation folder. On Windows platforms launch the “start.bat” script. On Linux platforms execute the “start.sh” script (TODO: create this script).
Connect to the Proline Desktop
Once PWX is running, you can connect to the Proline Web Desktop by opening a Web Browser and go to the address of this form: “name-of-the-machine:9000” or “local.ip.of.the.machine:39000” (for instance 192.168.0.30).
The default user is “admin” and its password is “proline”. Don't forget to change its password from the start menu button once you're logged in.
Setup the Proline Service
The connection between the desktop and the proline core server is provided by the “proline” service. This service is included with the Proline Web eXtension server, but it needs to be configured. The following steps will explain how :
To set it up, go to “Start”>“Administration”>“Services Manager”. On the “Services Directory Browser”, you should see the “proline” service appear in the the table.
-
Select “proline” in the Grid Table, and then click on “Configure”
You must set up the right connection information and data directories in order to access the Proline Core server properly
You must set up two path to the mascot data root folder : one for the desktop (pwd_mascot_data_root) and one for jetty (pwc_mascot_data_root).
Set up the SQL Server connection settings, and the path to the raw files and mzdb files root directory.
Once it's done, simply click “Save Configuration”
To make sure that the “admin” user is registered in the UDS DB, you need to logout and login, in order to make the Proline Service to check your status in the UDS DB, and create your account if you're not registered yet