Clear the OroCRM cache
Before running the commands shown on this page, you should load the Bitnami stack environment by executing the installdir/use_APPNAME script (Linux and MacOS) or by clicking the shortcut in the Start Menu under “Start -> Bitnami APPNAME Stack -> Application console” (Windows). On OS X VMs, the installation directory is /opt/bitnami and OS X VM users can click the “Open Terminal” button to run commands. Learn more about the Bitnami stack environment and about OS X VMs.
NOTE: The Approach A sections referred to below do not apply to Bitnami native installers. Users of Bitnami native installers should refer only to the Approach B sections.
After making any changes to OroCRM, it is highly recommended to clear the cache. Follow these steps:
-
Navigate to the OroCRM installation directory. Depending on your installation type, run the following commands:
-
Approach A (Bitnami installations using system packages):
$ cd installdir/orocrm
-
Approach B (Self-contained Bitnami installations):
$ cd installdir/apps/orocrm/htdocs/
-
-
Clear the cache
$ sudo php bin/console cache:clear --env=prod
-
Apply read, write and execute permissions (recursive) to the cache/ folder after clearing the cache (if the stack was installed with root privileges):
$ sudo chmod -R 777 var/cache