symfony-cmf / symfony-cmf-docs

The documentation for the symfony content management framework
http://cmf.symfony.com
44 stars 157 forks source link

Changed paths from bin/console to app/console #820

Closed mvmaasakkers closed 7 years ago

mvmaasakkers commented 7 years ago

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.

dbu commented 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

dbu commented 7 years ago

thank you.

dbu commented 7 years ago

FTR: also merged master to 2.0 and made sure that there we use bin/console.

mvmaasakkers commented 7 years ago

np