Requirements: php >= 7.1
- prepare MySql db username, dbname, password
- setup your nginx vhost
- clone the project
- run
sh deploy.sh
- (optional) add fixtures
bin/console doctrine:fixtures:load
Be aware!, after the composer install execution the local git pre-commit hook will be install to check psr-2 style for future commits
Your vhost domain name should be http://sys2.lo
or update behat.yml base_url: http://sys2.lo
to your's domain name
To run tests execute next:
bin/console doctrine:schema:create --env=behat
bin/console doctrine:fixtures:load --env=behat
find tests/ -name "*.feature" | ./bin/fastest -p 4 -o "./bin/behat -vvv {} -f pretty" -v