From e3f4ad9fc413032ecacf2d5cd5900f4afd882d4a Mon Sep 17 00:00:00 2001 From: MagicBot Date: Mon, 2 May 2022 22:28:40 +0000 Subject: [PATCH] Update 'Magicbane out of the Box' --- Magicbane-out-of-the-Box.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Magicbane-out-of-the-Box.md b/Magicbane-out-of-the-Box.md index b295a01..f38f89e 100644 --- a/Magicbane-out-of-the-Box.md +++ b/Magicbane-out-of-the-Box.md @@ -16,10 +16,23 @@ Copy Magicbane out of the container `docker cp CONTAINERID:/home/mbbox/magicbane /home/YOURDIRHERE/` +Setup config + +`mkdir magicbane/mb.conf` +
+`cp magicbane/mb.data/magicbane.conf magicbane/mb.conf/` + Install middleware ```console -RUN apt-get update && apt-get -y install --no-install-recommends \ +sudo apt-get update && apt-get -y install --no-install-recommends \ mysql-server sudo lsof git openssh-client locales locales-all && apt-get clean ``` +Make sure MySQL is running. + +`sudo service mysql start` + +Configure Magicbane database and user accounts. The formerly MagicBox and now Magicbane administrator should edit this file to assign his own database user and passwords. Make sure to edit `magicbane/mb.conf/magicbane.conf` accordingly. + +`sudo mysql < magicbane/mb.data/magicbanesql.conf`