Closed mvmaasakkers closed 7 years ago
indeed, this was changed in the wrong branch. in the symfony-cmf-docs, we have the 2.0 branch where we prepare the documentation for cmf 2.0. master is still about the stable symfony 2.x sandbox.
for the sandbox itself, master is the upcoming 2.0, but we forgot to update the branch alias: https://github.com/symfony-cmf/cmf-sandbox/pull/364
thank you.
FTR: also merged master to 2.0 and made sure that there we use bin/console.
np
The bin/console does not exist after running the above getting started commands so it is changed to app/console. Also added --force to
php app/console doctrine:phpcr:init:dbal --force
because of the notice you get otherwise:ATTENTION: This operation should not be executed in a production environment. Please use "--force" to execute the command.