We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2459f36 commit 8a3dde9Copy full SHA for 8a3dde9
vagrant/cookbook/recipes/default.rb
@@ -118,7 +118,7 @@
118
echo "Waiting for Jackrabbit:"
119
while [[ -z `curl -s "http://localhost:8080"` ]] ; do sleep 1s; echo -n "."; done
120
app/console doctrine:phpcr:workspace:create sandbox
121
- app/console doctrine:phpcr:register-system-node-types
122
- app/console -v doctrine:phpcr:fixtures:load
+ app/console doctrine:phpcr:repository:init
+ app/console doctrine:phpcr:fixtures:load
123
EOH
124
end
0 commit comments