Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 504 Bytes

Vagrant.md

File metadata and controls

40 lines (28 loc) · 504 Bytes

Vagrant

Requirements

  • Vagrant
  • vagrant-host-manager plugin

Setup

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

Mysql credentials: Login: root Password: passwd