From 9fd6a9c5a8735d7f43a94a54a584f4b6dbc80771 Mon Sep 17 00:00:00 2001 From: MagicBot Date: Mon, 2 May 2022 22:49:40 +0000 Subject: [PATCH] Update 'Magicbane out of the Box' --- Magicbane-out-of-the-Box.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Magicbane-out-of-the-Box.md b/Magicbane-out-of-the-Box.md index 38c6a6a..2e44a25 100644 --- a/Magicbane-out-of-the-Box.md +++ b/Magicbane-out-of-the-Box.md @@ -24,9 +24,11 @@ Copy Magicbane out of the container Setup configuration -`mkdir magicbane/mb.conf` +`cd magicbane` +
+`mkdir mb.conf`
-`cp magicbane/mb.data/magicbane.conf magicbane/mb.conf/` +`cp mb.data/magicbane.conf mb.conf/` Install middleware @@ -35,13 +37,15 @@ sudo apt-get update && apt-get -y install --no-install-recommends \ mysql-server sudo lsof git openssh-client locales locales-all && apt-get clean ``` +Copy dependencies out of container +`TODO` + 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. -`cd magicbane`
`sudo mysql < mb.data/magicbanesql.conf`