Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined index: symfony_command #9

Open
torstenzander opened this issue Dec 11, 2011 · 2 comments
Open

Undefined index: symfony_command #9

torstenzander opened this issue Dec 11, 2011 · 2 comments

Comments

@torstenzander
Copy link

When lauchning my project I get: Undefined index: symfony_command in BeSimple/DeploymentBundle/Deployer/Ssh.php line 204
When I add $symfony = 'console'; in theb buildCommand(). Everything is fine, but I cannot find any documentation or whatsoever where to configure this value.

@jfsimon
Copy link
Member

jfsimon commented Dec 11, 2011

Thanks for the notice.
I think this bundle needs a really big refactoring!

@amadu80
Copy link

amadu80 commented Jun 7, 2012

try something like:

parameters: root_path: /

commands:
cache_warmup:
type: shell
command: php %root_path%app/console cache:warmup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants