-
Install VirtualBox and Vagrant
-
Clone and run Scotch Box, a full-featured development environment for php
git clone https://github.com/scotch-io/scotch-box.git ogn-ddb cd ogn-ddb vagrant up
-
Clone ogn-ddb repository into the webroot of the Scotch Box
rm ./public/index.php git clone https://github.com/glidernet/ogn-ddb public vagrant ssh # The following commands get executed in the vm cd /var/www/public composer update cp sql.php.dist sql.php mysql --database scotchbox < database_schema.sql
-
Access your local ogn-ddb instance at 192.168.33.10
-
(optional, for email debugging) Run MailCatcher, accessible at 192.168.33.10
vagrant@scotchbox:~$ mailcatcher --http-ip=0.0.0.0