]> git.parisson.com Git - mezzo.git/commitdiff
update doc
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 18 Jan 2016 14:14:41 +0000 (15:14 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 18 Jan 2016 14:14:41 +0000 (15:14 +0100)
README.rst

index b36581762413d9205e17517c8e7645ca7d76e127..d05c182ac1159fc86b7ec36ea325e7ccddf75f6b 100644 (file)
@@ -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 <http://git-scm.com/downloads>`_, `Docker <https://docs.docker.com/installation/>`_ and `docker-compose <https://docs.docker.com/compose/install/>`_.
+First install `Git <http://git-scm.com/downloads>`_, `Docker engine <https://docs.docker.com/installation/>`_ and `docker-compose <https://docs.docker.com/compose/install/>`_.
 
 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