From 97b636a3ffa88b7eb805866bc82459df8d1cbf93 Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Fri, 18 Dec 2015 12:42:07 +1100 Subject: [PATCH] Added note about file permissions to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7fc4c2c9..02a13bea 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ If you have a previous version of queXS installed, please check the CHANGELOG fi ``` #Download and extract queXS to your webroot unzip quexs-1.14.0.zip -d /var/www/html +cd /var/www/html/quexs #Create a MySQL/mariadb database mysqladmin create quexs #Import the database structure from the database/quexs.sql file @@ -29,6 +30,9 @@ mysql -uroot quexs < database/quexs.sql mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql #Create the default config file cp config.inc.local.php.example config.inc.local.php +#Update file permissions +chown www-data:www-data -R include/limesurvey/tmp/ +chown www-data:www-data -R include/limesurvey/upload/ ``` Then browse to the queXS URL and login using the default credentials (admin/password)