branch develop updated (7074ca8 -> 2bb1e8d)
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 7074ca8 From scmwebeditor -- fhg new 2bb1e8d From scmwebeditor -- fhg 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 2bb1e8deddd450ec493a155e0f04388e0f3c9868 Author: mathieu.doray@ifremer.fr <unknown> Date: Tue Feb 9 11:40:16 2016 +0100 From scmwebeditor -- fhg Summary of changes: src/site/en/rst/db.rst | 11 +++-------- 1 file changed, 3 insertions(+), 8 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 2bb1e8deddd450ec493a155e0f04388e0f3c9868 Author: mathieu.doray@ifremer.fr <unknown> Date: Tue Feb 9 11:40:16 2016 +0100 From scmwebeditor -- fhg --- src/site/en/rst/db.rst | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/site/en/rst/db.rst b/src/site/en/rst/db.rst index de93dcb..5182569 100644 --- a/src/site/en/rst/db.rst +++ b/src/site/en/rst/db.rst @@ -89,16 +89,11 @@ Using a Postgres database Postgres databases must be used on a server to safely save large volume of data. -Pour utiliser une telle base il faut configurer le serveur postgres comme -indiqué dans la section suivante. - -Une fois la base créée sur le serveur, il suffit de créer une configuration de -base de travail dans *EchoBase* de type *Postgresql* avec une url sous ce format : +Once the database is created on the server, one shall create a new *Postgresql* working database configuration in *EchoBase*, with an url formatted as: :: - jdbc:postgresql://adresseDuServeur/nomDeLaBase + jdbc:postgresql://serverAdress/DatabaseName -Les identifiants vous sont fournit par l'administrateur qui a installé la base -postgresql sur le serveur. +The database login and password shall be provided by the administrator who created the postgresql database on the server. -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm