Make sure the perms are right after the upgrade

pull/847/head
Raphaël Vinot 2016-01-11 16:12:46 +01:00
parent 872ad3df6a
commit 63a6e3b579
1 changed files with 6 additions and 0 deletions

View File

@ -22,4 +22,10 @@ mysql -u [misp_mysql_user] -p [misp_database] < upgrade_2.4.sql
# After this run the upgrade script from within the application
# simply navigate to Administration -> Administrative Tools -> Upgrade to 2.4
# If everything went fine, switch the system to live:
# Administration -> Server Settings -> MISP Settings -> MISP.live -> True
# NOTE: if nothing happens, please check the permissions of the config files in /var/www/MISP/app/Config/
# and make sure the webserver has the write permissions on them:
# chown -R www-data:www-data /var/www/MISP/app/Config/
# Let us know if you run into any issues during or after the upgrade