From e94659ead5db82d06b82d1286a6d70f99955f9d2 Mon Sep 17 00:00:00 2001 From: Yorkie Chadwick Date: Wed, 13 Nov 2019 12:32:20 +0100 Subject: [PATCH] added info about new cache system --- networking/init-cms-bundle/4.0/post-install.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/networking/init-cms-bundle/4.0/post-install.txt b/networking/init-cms-bundle/4.0/post-install.txt index e847862e..c1367702 100644 --- a/networking/init-cms-bundle/4.0/post-install.txt +++ b/networking/init-cms-bundle/4.0/post-install.txt @@ -15,3 +15,4 @@ 6. Update your database bin/console doctrine:schema:update or using the doctrine migrate commands 7. Use the command networking:initcms:install to install the DB install fixtures and create a superuser admin. ALTERNATIVELY you can use the networking:initcms:data-setup if you just want to install the data structure and fixtures + 8. Enable or disable full page caching by setting networking_init_cms.cache.activate to true/false