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`