branch develop updated (9e4c3a4 -> 9c92634)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository echobase. See http://git.codelutin.com/echobase.git from 9e4c3a4 From scmwebeditor -- df new 9c92634 From scmwebeditor -- df The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 9c92634dcc4c988eed7635aa9b44c82a270e3dd3 Author: mathieu.doray@ifremer.fr <unknown> Date: Fri Jan 22 10:52:25 2016 +0100 From scmwebeditor -- df Summary of changes: src/site/en/rst/install.rst.vm | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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 9c92634dcc4c988eed7635aa9b44c82a270e3dd3 Author: mathieu.doray@ifremer.fr <unknown> Date: Fri Jan 22 10:52:25 2016 +0100 From scmwebeditor -- df --- src/site/en/rst/install.rst.vm | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/src/site/en/rst/install.rst.vm b/src/site/en/rst/install.rst.vm index a49674c..f4ea54b 100644 --- a/src/site/en/rst/install.rst.vm +++ b/src/site/en/rst/install.rst.vm @@ -159,32 +159,30 @@ Echobase update comprises 5 steps: 5. Restart tomcat server -Divers ------- +Misc. +----- -Gestion des logs de l'application -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Echobase log management +~~~~~~~~~~~~~~~~~~~~~~~ -Avant de lancer l'application, il faut avoir positionner une variable -**echobase.log.dir** de jvm qui définit le répertoire où positionner les logs -de l'application.:: +Before starting Echobase, one should define a **echobase.log.dir** jvm variable that defines the location of the application logs: - JAVA_OPTS="$JAVA_OPTS -Dechobase.log.dir=/var/local/echobase/logs" +:: -ou:: + JAVA_OPTS="$JAVA_OPTS -Dechobase.log.dir=/var/local/echobase/logs" +or:: CATALINA_OPTS="$CATALINA_OPTS -Dechobase.log.dir=/var/local/echobase/logs" -Première utilisation -~~~~~~~~~~~~~~~~~~~~ +First use +~~~~~~~~~ -Deux utilisateurs sont créés si la base est vide (première utilisation):: +On first use, two users are created if the database is empty:: login / password : admin / admin login / password : user / user -Pour des raisons de sécurité, il est conseillé de modifier le mot de passe via -l'interface de gestion des utilisateurs. +For security reasons, it is advised to modify the passwords in the user management menu. .. _echobase.properties: echobase.properties -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm