From d4aa5d3bb29d6a2d97e7c9d0a9ac3bfac7c3e108 Mon Sep 17 00:00:00 2001 From: Luca Orlandi Date: Thu, 29 Nov 2018 14:43:06 +0100 Subject: [PATCH] Rebuild cache after install Better be sure that files directory is writable by the php user and rebuild cache using drush --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index b22d243..47fc986 100644 --- a/index.html +++ b/index.html @@ -229,6 +229,8 @@
Installation
Once you have added your database connection details you can:

 composer run-script install:with-mysql
+chown -R www-data web/sites/default/files
+vendor/drush/drush/drush cache:rebuild