From: Guillaume Pellerin Date: Mon, 18 Jan 2016 14:14:41 +0000 (+0100) Subject: update doc X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=1bd1ef0f08f9836e9dfac3927464e56b67012ace;p=mezzo.git update doc --- diff --git a/README.rst b/README.rst index b3658176..d05c182a 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ Install For easier development and production workflow, it has been dockerized including the MariaDB and the Nginx webserver. -First install `Git `_, `Docker `_ and `docker-compose `_. +First install `Git `_, `Docker engine `_ and `docker-compose `_. Linux ------ @@ -20,11 +20,11 @@ Run these commands in a terminal:: cd Manifeste docker-compose up db -The last command is needed to first initialize the database. Leave the session with CTRL+C and then finally:: +The last command is needed to initialize the database. Leave the session with CTRL+C and then finally do:: docker-compose up -Then, in another terminal:: +To restore the backuped database, in another terminal:: cd Manifeste docker-compose run db /srv/backup/restore_db.sh @@ -43,7 +43,7 @@ Run these commands in a terminal:: cd Manifeste docker-compose up db -The last command is needed to first initialize the database. Leave the session with CTRL+C and then finally:: +The last command is needed to initialize the database. Leave the session with CTRL+C and then finally do:: docker-compose up