cd Manifeste
docker-compose up
-You should be able to browse the site at http://localhost:8000/
+Then, in another terminal::
+
+ cd Manifeste
+ docker-compose run db /srv/backup/restore_db.sh
+
+You should be able to browse the site at http://localhost:8010/
MacOS or Windows:
------------------
cd Manifeste
docker-compose up
-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:8000/
+Then, in another terminal::
+
+ eval "$(docker-machine env manifeste)"
+ cd Manifeste
+ docker-compose run db /srv/backup/restore_db.sh
-Note that after the first start, if no database backup has been provided, you should make a restart (CTRL+C then up) so that the DB can be initialized and then the migration happens.
+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/
`More info <https://docs.docker.com/>`_ about using docker and related tools.