Merge branch '2.4' of https://github.com/MISP/MISP into 2.4

pull/903/head
Iglocska 2016-02-01 15:11:32 +01:00
commit 9c6ed17a4d
1 changed files with 5 additions and 0 deletions

View File

@ -149,6 +149,11 @@ cp -a config.default.php config.php
# If you forget to do this step, and you are still dealing with a fresh installation, just alter the salt,
# delete the user from mysql and log in again using the default admin credentials (admin@admin.test / admin)
# Change base url in config.php
'baseurl' => 'http://yourhostname.net',
#or if using https:
'baseurl' => 'https://yourhostname.net',
# and make sure the file permissions are still OK
chown -R www-data:www-data /var/www/MISP/app/Config
chmod -R 750 /var/www/MISP/app/Config