branch develop updated (af0f84b -> 7074ca8)
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 af0f84b From scmwebeditor -- fhg new 7074ca8 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 7074ca8126fa0f6e2bd15254f7b6c156eb07ca97 Author: mathieu.doray@ifremer.fr <unknown> Date: Tue Feb 9 11:28:32 2016 +0100 From scmwebeditor -- fhg Summary of changes: src/site/en/rst/db.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 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 7074ca8126fa0f6e2bd15254f7b6c156eb07ca97 Author: mathieu.doray@ifremer.fr <unknown> Date: Tue Feb 9 11:28:32 2016 +0100 From scmwebeditor -- fhg --- src/site/en/rst/db.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/site/en/rst/db.rst b/src/site/en/rst/db.rst index b932fc5..de93dcb 100644 --- a/src/site/en/rst/db.rst +++ b/src/site/en/rst/db.rst @@ -64,21 +64,19 @@ Requirements: - **postgres** must be installed on the system (by executing e.g.: **sudo apt-get install postgresql** on a Debian system) - one must be logged in the postgres application in a console with admistrative rights (e.g. as postgres default user). -1. Création de l'utilisateur Postgres +1. echobase user creation :: createuser -U postgres -sdRP echobase -2. Création de la base de donnée "echobase" +2. "echobase" database creation :: createdb -U postgres -E UTF-8 -O echobase echobase -3. Donner les droits d'acces à l'utilisateur echobase (cela varie d'un système - à l'autre, donc se référer à la documentation du système). Cela fonctionne - lorsqu'on peut accéder à la base via cette commande : +3. Grant administration rights to echobase user (system dependent, check your system documentation). Completed when one can access the echobase database while typing: :: -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm