Update 'Magicbane out of the Box'

master
MagicBot 3 years ago
parent
commit
9fd6a9c5a8
  1. 10
      Magicbane-out-of-the-Box.md

10
Magicbane-out-of-the-Box.md

@ -24,9 +24,11 @@ Copy Magicbane out of the container
Setup configuration Setup configuration
`mkdir magicbane/mb.conf` `cd magicbane`
<br>
`mkdir mb.conf`
<br> <br>
`cp magicbane/mb.data/magicbane.conf magicbane/mb.conf/` `cp mb.data/magicbane.conf mb.conf/`
Install middleware 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 mysql-server sudo lsof git openssh-client locales locales-all && apt-get clean
``` ```
Copy dependencies out of container
`TODO`
Make sure MySQL is running. Make sure MySQL is running.
`sudo service mysql start` `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. 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`
<br> <br>
`sudo mysql < mb.data/magicbanesql.conf` `sudo mysql < mb.data/magicbanesql.conf`

Loading…
Cancel
Save