Update INSTALL.ubuntu1404.txt

change base url should be not optional but required for every installation to be changed
pull/894/head
Alexander J 2016-01-29 15:33:27 +01:00
parent 0357ec2558
commit 5ad2434db6
1 changed files with 5 additions and 0 deletions

View File

@ -155,6 +155,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