From: Guillaume Pellerin Date: Tue, 1 Mar 2016 09:41:39 +0000 (+0100) Subject: update mac doc X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=df6e210c78e9f30ef7e6535609a4f0e5a9dda904;p=mezzo.git update mac doc --- diff --git a/README.rst b/README.rst index 43a9b717..798c108b 100644 --- a/README.rst +++ b/README.rst @@ -40,7 +40,7 @@ MacOS or Windows: Run these commands in a terminal:: docker-machine create --driver virtualbox --virtualbox-memory 8096 manifeste - docker-machine manifeste start + docker-machine start manifeste eval "$(docker-machine env manifeste)" docker-machine ip manifeste git clone --recursive git://git.forge.ircam.fr/Manifeste.git diff --git a/scripts/backup_db.sh b/scripts/backup_db.sh index d3d4d26b..a0660006 100755 --- a/scripts/backup_db.sh +++ b/scripts/backup_db.sh @@ -1,3 +1,4 @@ #!/bin/bash mysqldump -hdb -uroot -phyRob0otlaz4 manifeste | gzip > /srv/backup/manifeste.sql.gz +echo "Backup done!"