git clone --recursive git://git.forge.ircam.fr/Manifeste.git
     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::
+
     docker-compose up
 
 Then, in another terminal::
 
 Run these commands in a terminal::
 
-    docker-machine create --driver virtualbox manifeste
+    docker-machine create --driver virtualbox --virtualbox-memory 8096 manifeste
     eval "$(docker-machine env manifeste)"
     docker-machine ip manifeste
     git clone --recursive git://git.forge.ircam.fr/Manifeste.git
     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::
+
     docker-compose up
 
 Then, in another terminal::
 
 
 
 data:
-  image: debian:jessie
   image: debian:jessie
   volumes:
      - ./data/media/:/srv/media
 
 db:
   image: mariadb
-  volumes:
-    # - ./app/deploy/my.cnf:/etc/mysql/my.cnf
-    - ./data/var/lib/mysql/:/var/lib/mysql
-    - ./data/var/log/mysql/:/var/log/mysql
   volumes_from:
     - data
   environment: