Update 'Magicbane out of the Box'
@@ -24,9 +24,11 @@ Copy Magicbane out of the container
|
|||||||
|
|
||||||
Setup configuration
|
Setup configuration
|
||||||
|
|
||||||
`mkdir magicbane/mb.conf`
|
`cd magicbane`
|
||||||
<br>
|
<br>
|
||||||
`cp magicbane/mb.data/magicbane.conf magicbane/mb.conf/`
|
`mkdir mb.conf`
|
||||||
|
<br>
|
||||||
|
`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`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user