Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
public:install_a_txm_portal [2016/03/30 16:57] slh@ens-lyon.fr |
public:install_a_txm_portal [2020/02/21 16:41] (Version actuelle) alexei.lavrentev@ens-lyon.fr [Downloading the TXM software] |
||
---|---|---|---|
Ligne 101: | Ligne 101: | ||
===== Downloading the TXM software ===== | ===== Downloading the TXM software ===== | ||
- | * Download the latest TXM portal version from: [[http://sourceforge.net/projects/txm/files/software/TXM%20portal]]\\ (the same archive is valid for 32-bit and 64-bit architectures) | + | * Download TXM portal 0.6.1 software archive from [[http://sourceforge.net/projects/txm/files/software/TXM%20portal]] |
- | * Download the latest TXM desktop version from: [[http://sourceforge.net/projects/txm/files/software/TXM]]\\ (in this case choose the 32-bit or 64-bit version specific to your server architecture) | + | * Download TXM desktop 0.7.9 software installer from [[http://textometrie.ens-lyon.fr/files/software/TXM/0.7.9/]] |
+ | * N.B. : corpora created with TXM 0.8.0 and newer are not compatible with the portal 0.6.1 | ||
===== Installing the TXM portal ===== | ===== Installing the TXM portal ===== | ||
Ligne 144: | Ligne 145: | ||
log_directory=/usr/share/tomcat6/.TXMWEB/txm/logs/ | log_directory=/usr/share/tomcat6/.TXMWEB/txm/logs/ | ||
</code> | </code> | ||
+ | |||
+ | <note tip>You can copy all the corresponding binaries and libraries paths set in the "install.prefs" file of the TXM desktop installation directory.</note> | ||
Then, replace the <user> with your login: | Then, replace the <user> with your login: | ||
Ligne 258: | Ligne 261: | ||
- | ===== Working through SSH ===== | + | ===== Accessing through a VPN ===== |
- | Example with XFCE. | + | In some contexts (often) you need to enter a VPN before connecting to the server: |
+ | * connect to the VPN with your system tools (typically a standard OpenVPN), eg. Linux: Réseau > Connexions VPN > <VPN name> | ||
+ | * or launch a specific VPN client from command line, eg. Linux: %%sudo ./fortisslvpn.sh%% | ||
+ | * set gateway, login, password | ||
+ | |||
+ | ===== Working through SSH ===== | ||
Connecting to server: | Connecting to server: | ||
Ligne 310: | Ligne 318: | ||
</code> | </code> | ||
- | This directory also contains the TXM user directory with corpora, etc.: | + | This directory also contains the TXM user directory with corpora, etc. and portal configuration files: |
<code> | <code> | ||
- | /usr/share/tomcat6/.TXMWEB/ | + | /usr/share/tomcat6/.TXMWEB |
+ | /usr/share/tomcat6/.TXMWEB/bfm/txmweb.conf // main portal configuration file | ||
+ | /usr/share/tomcat6/.TXMWEB/bfm/textometrie.properties // toolbox configuration file | ||
</code> | </code> | ||