- Vagrant
- vagrant-host-manager plugin
Boot Vagrant machine login and go to the project directory:
vagrant up
vagrant ssh
cd /vagrant
Install the dependencies:
composer install
Create database:
./vendor/bin/doctrine orm:schema-tool:create
./vendor/bin/doctrine orm:generate-proxies
Copy prepared configuration:
cp src/sample-config.php src/config.php
Mysql credentials: Login: root Password: passwd