From 5ad2434db6b9607acfe18dcad0e402ac90e4aa7b Mon Sep 17 00:00:00 2001 From: Alexander J Date: Fri, 29 Jan 2016 15:33:27 +0100 Subject: [PATCH] Update INSTALL.ubuntu1404.txt change base url should be not optional but required for every installation to be changed --- INSTALL/INSTALL.ubuntu1404.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL/INSTALL.ubuntu1404.txt b/INSTALL/INSTALL.ubuntu1404.txt index 6511b7417..b86c005f6 100644 --- a/INSTALL/INSTALL.ubuntu1404.txt +++ b/INSTALL/INSTALL.ubuntu1404.txt @@ -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