This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
setupguide:start [2016/02/04 10:13] 132.168.72.225 [Installing / Upgrading the Proline Suite] |
setupguide:start [2016/07/07 14:44] (current) 132.168.72.225 |
||
---|---|---|---|
Line 12: | Line 12: | ||
* ProlineStudio which is a rich client interface | * ProlineStudio which is a rich client interface | ||
* ProlineWeb the web client interface | * ProlineWeb the web client interface | ||
- | * A daemon application, Proline **Sequence Repository**, automaltically filling proteins sequences repository from fasta. | + | * A daemon application, Proline **Sequence Repository**, automatically filling proteins sequences repository from fasta. |
* A system administration application (**ProlineAdmin**) to setup and manage the Proline suite. This application is available as a command line application or with a graphical user interface. | * A system administration application (**ProlineAdmin**) to setup and manage the Proline suite. This application is available as a command line application or with a graphical user interface. | ||
Line 31: | Line 31: | ||
* Server-side Proline requirements: | * Server-side Proline requirements: | ||
* A Java SE 8 JRE or above must be installed. | * A Java SE 8 JRE or above must be installed. | ||
- | * The PostgreSQL database server (tested versions are 9.X) must be installed and configured. On windows the automated installer includes the PostgreSQL server, which can be installed on the same computer than Proline or a dinstinct one. By default, PostgreSQL settings are defined for modest hardware configurations but they can be modified to target more efficient hardware configurations ([[setupguide:postgresqloptimization|See PostgreSQL optimization]]). \\ In order to allow connections to the PostgreSQL server, make sure to add the following line in the pg_hba.conf located in your postgres data folder (or more specific mask if needed): \\ ''host all all 0.0.0.0/0 md5 | + | * The PostgreSQL database server (tested versions are 9.X) must be installed and configured. On windows the automated installer includes the PostgreSQL server, which can be installed on the same computer than Proline or a distinct one. By default, PostgreSQL settings are defined for modest hardware configurations but they can be modified to target more efficient hardware configurations ([[setupguide:postgresqloptimization|See PostgreSQL optimization and authorizations]]). \\ In order to allow connections to the PostgreSQL server, make sure to add the following line in the pg_hba.conf located in your postgres data folder (or more specific mask if needed): \\ ''host all all 0.0.0.0/0 md5 |
'' | '' | ||
* Proline-Server **must run in English "locale"**, on Linux OS, environment variable ''LANG=en_US.UTF-8'' can be exported before starting ProlineWeb-Core. If not in english, you can also modify the jetty.runner.sh (see installation steps) to add '' -Duser.language="en" -Duser.country="US"'' parameters | * Proline-Server **must run in English "locale"**, on Linux OS, environment variable ''LANG=en_US.UTF-8'' can be exported before starting ProlineWeb-Core. If not in english, you can also modify the jetty.runner.sh (see installation steps) to add '' -Duser.language="en" -Duser.country="US"'' parameters | ||
Line 54: | Line 54: | ||
* If you are upgrading from Beta 2 to Version 1.0 go [[.:upgrade2V1_0|here]] | * If you are upgrading from Beta 2 to Version 1.0 go [[.:upgrade2V1_0|here]] | ||
* If you are upgrading from Version 1.0 to Version 1.1 go [[.:upgrade2V1_0|here]] | * If you are upgrading from Version 1.0 to Version 1.1 go [[.:upgrade2V1_0|here]] | ||
+ | * If you are upgrading from Version 1.1 to Version 1.2 go [[.:upgrade2V1_2|here]] | ||
+ | * If you are upgrading from Version 1.2 to Version 1.3 go [[.:upgrade2V1_2|here]] | ||
+ | |||