]> git.parisson.com Git - mezzo.git/commitdiff
add submodules to clone
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 12 Apr 2016 10:25:15 +0000 (12:25 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 12 Apr 2016 10:25:15 +0000 (12:25 +0200)
README.rst
scripts/restore.sh

index 0cf332bd20eb75655f19cccf8c3bef0132ad6d2e..93bdc5786cac6ee9210d54a764efd0a2b8254b8f 100644 (file)
@@ -16,7 +16,7 @@ On MacOSX or Windows install the `Docker Toolbox <https://www.docker.com/product
 
 Then run these commands::
 
-    git clone git://git@git.forge.ircam.fr/Manifeste.git
+    git clone --recursive git://git@git.forge.ircam.fr/Manifeste.git
     cd Manifeste
     docker-compose up db
 
index 22caaddf5cf0aced0f614c9f640d00fdcd568c52..bd4b4f44f4c9814074c9f53cf0d858db2e735899 100755 (executable)
@@ -3,4 +3,5 @@
 sudo chown -R $USER data/media
 sudo chown -R $USER data/backup
 git pull
+git submodule foreach git pull origin master
 docker-compose run db /srv/scripts/restore_db.sh