From 140392faadf22c790ea9013e1c3b15c4636ce3a1 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 1 Mar 2016 01:40:51 +0100 Subject: [PATCH] update restore doc --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 687c375a..43a9b717 100644 --- a/README.rst +++ b/README.rst @@ -29,7 +29,7 @@ The last command is needed to init the database. Press CTRL-C to exit. Then fire To restore the backuped database, in another terminal:: cd Manifeste - docker-compose run db /srv/backup/restore_db.sh + ./scripts/restore.sh You should be able to browse the site at http://localhost:9000/ @@ -55,7 +55,7 @@ Then, in another terminal:: eval "$(docker-machine env manifeste)" cd Manifeste - docker-compose run db /srv/backup/restore_db.sh + ./scripts/restore.sh `More info `_ about using docker and related tools. The 3rd command should give you the IP of the VM. For example, if IP is 192.168.59.103, you should be able to browse the site at http://192.168.59.103:8010/ -- 2.39.5