This is an automated email from the git hooks/post-receive script. New commit to branch master in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit 15ce292f66c4d3ec5d0984436624d56f78676ed7 Author: jcouteau <couteau@codelutin.com> Date: Wed Sep 16 09:58:47 2020 +0200 update doc --- src/site/en/rst/install.rst.vm | 4 ++-- src/site/rst/install.rst.vm | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/site/en/rst/install.rst.vm b/src/site/en/rst/install.rst.vm index 74962401..fde1abaa 100644 --- a/src/site/en/rst/install.rst.vm +++ b/src/site/en/rst/install.rst.vm @@ -38,7 +38,7 @@ Update this documentation from the french one. Installing EchoBase on a server ------------------------------- -Using default intallation parameter values is adviced to ease support. +Using default installation parameter values is advised to ease support. We favor the use of a debian server :)... @@ -66,7 +66,7 @@ Requirements: createdb -U postgres -E UTF-8 -O echobase echobase -3. grant administration tights to the echobase user (see system specific documentation). Check that the echobase has the proper rights by running in the postgres session: +3. grant administration rights to the echobase user (see system specific documentation). Check that the echobase has the proper rights by running in the postgres session: :: diff --git a/src/site/rst/install.rst.vm b/src/site/rst/install.rst.vm index 428c559c..b35eb786 100644 --- a/src/site/rst/install.rst.vm +++ b/src/site/rst/install.rst.vm @@ -208,6 +208,12 @@ Une fois l'application déployée, vous aurez la structure de répertoires suiva `-- war `-- echobase-ui-${project.version}-full.war +**Nota Bene** : Dans le cas où les utilisateurs auraient des problèmes de ressource pour importer des fichiers. Modifier +la configuration du tomcat comme ceci : +:: + + JAVA_OPTS="-Djava.awt.headless=true -Xmx2048m -XX:+UseConcMarkSweepGC" + Configuration du serveur Apache ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.