diff --git a/cookbook/editions/cmf_sandbox.rst b/cookbook/editions/cmf_sandbox.rst index a865a370..80b5e5f3 100644 --- a/cookbook/editions/cmf_sandbox.rst +++ b/cookbook/editions/cmf_sandbox.rst @@ -121,6 +121,12 @@ run: If you don't have sqlite, you can specify ``pdo_mysql`` or ``pdo_pgsql`` and provide the database name and login credentials to use. +Then you have to set up your database with: + +.. code-block:: bash + + $ php app/console doctrine:phpcr:init:dbal + Once your database is set up, you need to `register the node types`_ for phpcr-odm: