This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See http://git.codelutin.com/echobase.git commit feb2c3312b5c59939f02bd9970aa1572a53e147a Author: mathieu.doray@ifremer.fr <unknown> Date: Tue Jan 19 16:47:42 2016 +0100 From scmwebeditor -- fx --- src/site/en/rst/install.rst.vm | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/src/site/en/rst/install.rst.vm b/src/site/en/rst/install.rst.vm index 3405810..4d9f3b4 100644 --- a/src/site/en/rst/install.rst.vm +++ b/src/site/en/rst/install.rst.vm @@ -97,11 +97,9 @@ Echobase application and configuration data will be stored in: **/var/local/echo ln -s /var/local/echobase/echobase.war /opt/tomcat/webapps/echobase.war -- Copier le fichier de configuration echobase.properties_ de l'application - dans **/var/local/echobase/** +- Copy the Echobase configuration file echobase.properties_ in: **/var/local/echobase/** -- Editer ce fichier pour adapter le mot de passe de l'utilisateur et peut-être - aussi l'url de connexion. Voici un exemple fichier modifié +- Modify the user password, and eventually the connection url in this file. Below an example of edited file: :: @@ -111,25 +109,24 @@ Echobase application and configuration data will be stored in: **/var/local/echo hibernate.connection.username=echobase hibernate.connection.password=motDePasseModifie -- Ajouter un lien symbolique ver le fichier de configuration dans */etc* +- Define a symbolic link to the configuration file in */etc* : :: ln -s /var/local/echobase/echobase.properties /etc/echobase.properties -Le répertoire au final devrait ressembler à ça : +The Echobase directory should now comprise the following elements: :: /var/local/echobase/ ├── echobase.properties (configuration) - ├── echobase.war -> war/echobase-ui-1.0.war (war actuellement utilisé) - ├── logs (répertoire des logs) - └── war (répertoire des wars) + ├── echobase.war -> war/echobase-ui-1.0.war (Echobase .war file) + ├── logs (log directory) + └── war (wars directory) └── echobase-ui-1.0.war -Une fois le serveur tomcat démarré, vous pouvez accéder à l'application à -l'adresse suivante : +Once the tomcat server is tarted, you can access the application by browsing to: :: -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.