Installation
- Make sure you have docker and npm installed. Copy
.dist.env
to.env
- Run
composer install
- Run
npm install
- Run
npm run build
- Run the following in project dir:
docker-compose build
- Run
docker-compose up
- Proceed to
localhost:8080
- To populate DB data with fixtures
php bin/console doctrine:fixtures:load
- To make user an admin by command:
bin/console user:make-admin {mail}