From 8e62b96b48c54ae678aba704fcf810a19b9c2774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 9 Aug 2017 14:23:03 +0200 Subject: [PATCH] Fixes #1. What a productive day! --- bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index 9308692..f90cc5d 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -11,6 +11,7 @@ DBPASSWORD_MISP='XXXXdbpasswordhereXXXXX' # Webserver configuration PATH_TO_MISP='/var/www/MISP' IP='127.0.0.1' +MISP_BASEURL='http://127.0.0.1:5000' FQDN='localhost' # OpenSSL configuration @@ -265,6 +266,8 @@ EOF # and make sure the file permissions are still OK chown -R www-data:www-data $PATH_TO_MISP/app/Config chmod -R 750 $PATH_TO_MISP/app/Config +# Set MISP.baseurl +$PATH_TO_MISP/app/Console/cake Baseurl $MISP_BASEURL echo -e "\n--- Generating a GPG encryption key... ---\n"