-
Clone project
git clone git@github.com:aleksejs1/abdrt.git cd abdrt
-
Configure config file
cp .env .env.local vi .env.local
-
Install dependencies
composer install
-
Run database migrations
php bin/console doctrine:migrations:migrate
-
Create user in database
php bin/console abdrt:user:create [username] [password] [email (optional)]
-
Set up cron job once a day
php bin/console abdrt:mails:send
-
Enjoy