From 8074a6042a17f72cda050fd06c2c3005093fb8fa Mon Sep 17 00:00:00 2001 From: Yorkie Chadwick Date: Tue, 5 Nov 2019 17:37:31 +0100 Subject: [PATCH] update post install text --- networking/init-cms-bundle/4.0/post-install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networking/init-cms-bundle/4.0/post-install.txt b/networking/init-cms-bundle/4.0/post-install.txt index 96a5f7a1..618c3c05 100644 --- a/networking/init-cms-bundle/4.0/post-install.txt +++ b/networking/init-cms-bundle/4.0/post-install.txt @@ -10,7 +10,7 @@ bundle 2. Check that the Page and User entities were copied to the correct entity folder, and are configured correctly 3. Clear the cache again so that the new config files are loaded correctly. - 4. Back up your database. + 4. Check your database configuration, and back up your database if you haven't done so already. 5. Update your database bin/console doctrine:schema:update or using the doctrine migrate commands 6. Use the command networking:initcms:install to install setup the DB install fixtures and create a superuser admin 7. OR you can use the networking:initcms:data-setup if you just want to install the data structure and fixtures