-
Notifications
You must be signed in to change notification settings - Fork 83
Clearing the Cache
Daniel Metzner edited this page May 31, 2019
·
1 revision
The cache should be cleared:
- after changing global parameters (.env, .parameters.yml)
- before testing
- when the branch was switched
- ...
We have 3 different environments in the project. (dev, test, prod)
Make sure to clear the correct cache.
bin/console cache:clear --env=dev
bin/console cache:clear --env=test
bin/console cache:clear --env=prod
Check out /share.catrob.at/pocketcode/
- Docker - Linux/Mac/Windows
- Ubuntu - VM/Native
- Installing Elasticsearch
- Server Setup
- Using Webpack (material components)