Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Update cmf_sandbox.rst #500

Merged
merged 1 commit into from
May 28, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions cookbook/editions/cmf_sandbox.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down