(todo: travis, scrutinizer)
What you need to run app:
- php7
- mariadb
- composer
After cloning repo to your phpStorm, add Symfony plugin:
File->settings->plugins->more->symfony
you can configure it in phphStorm as follows:
source: src/
resources: web/
excluded: var/, .idea/
console scripts: bin/
You need to create your local mariadb database. Default config params are:
host: localhost
user: meme
pass: meme
db name: meme
If you want to use your own params, edit app/config/parameters/loc.yml
file.
Run deploy script:
sh deploy.sh
Check if you have everything that is needed:
php bin/symfony_requirements
Now the website should be available under http://localhost:8000/app_loc.php
Run tests:
php codecept run
php composer require {vendor}/{lib_name}