Skip to content

Instantly share code, notes, and snippets.

@vaporic
Last active February 7, 2016 14:18
Show Gist options
  • Save vaporic/08a092f882aa289e211d to your computer and use it in GitHub Desktop.
Save vaporic/08a092f882aa289e211d to your computer and use it in GitHub Desktop.
Deploy symphony production

php app/console cache:warmup --env=prod --no-debug

and after:

rm -rf app/cache/*; chmod -R 777 app/cache

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment