This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
prolineconcepts:pwd [2015/07/27 14:30] 193.48.0.3 |
prolineconcepts:pwd [2016/07/07 14:13] (current) 132.168.72.225 [Setup the Proline Service] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Installation ====== | + | ====== Installation and configuration of Proline Web Desktop ====== |
* The Proline Web eXtension (PWX) is based on the use of MongoDB database engine. You need to download it and install it either on the computer which will host the PWX server, or any other network-accessible computer. You will find the installation files on this page : [[http://www.mongodb.org/downloads]] | * The Proline Web eXtension (PWX) is based on the use of MongoDB database engine. You need to download it and install it either on the computer which will host the PWX server, or any other network-accessible computer. You will find the installation files on this page : [[http://www.mongodb.org/downloads]] | ||
Line 30: | Line 30: | ||
====== Setup the Proline Service ====== | ====== 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 : | + | * 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, as a admin user, once logged in, click on the "gear" button on the top task bar. Then open the Daemons tab, and click on "Proline" to edit its settings : | + | * To set it up, as an admin user, once logged in, click on the "gear" button on the top task bar. Then open the Daemons tab, and click on "Proline" to edit its settings : |
{{ :prolineconcepts:edit_settings.png?direct |}} | {{ :prolineconcepts:edit_settings.png?direct |}} | ||
* Here are some param values you can use : | * Here are some param values you can use : | ||
- | * __ws_host__ is the adress of the Proline Web Core server. Use the name or the IP adress of the server to set the URL. Examples : | + | * __ws_host__ is the address of the Proline Web Core server. Use the name or the IP address of the server to set the URL. Examples : |
* ''http://servername:8080/proline'' | * ''http://servername:8080/proline'' | ||
* ''http://localhost:8080/proline'' | * ''http://localhost:8080/proline'' | ||
- | * ''http://198.0.13.37/proline'' (replace 198.0.13.37 by the right IP adress) | + | * ''http://198.0.13.37/proline'' (replace 198.0.13.37 by the right IP address) |
| | ||
* __data_root__ is the directory where the user projects data will be stored. You can use something like **D:/proline/data**. __Make sure this directory exists on your disk, Proline won't create it automatically if it doesn't__. | * __data_root__ is the directory where the user projects data will be stored. You can use something like **D:/proline/data**. __Make sure this directory exists on your disk, Proline won't create it automatically if it doesn't__. | ||
Line 46: | Line 46: | ||
* __mascot_server_url__ (optional) is the url of your mascot server | * __mascot_server_url__ (optional) is the url of your mascot server | ||
- | You might need to restard the PWX server to make sure these new settings are updated. | + | You might need to restart the PWX server to make sure these new settings are updated. |