Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 495 Bytes

ReadMe.md

File metadata and controls

23 lines (12 loc) · 495 Bytes

Deploy Docker

docker-compose -f docker-compose.dev.yml up -d

Install Composer

docker-compose -f docker-compose.dev.yml run --rm php composer install

Create MySql database

You must create database with name: test_news

To create tables in database run the following command:

docker-compose -f docker-compose.dev.yml run --rm php bin/console app:create_tables

Admin panel

Here is an admin panel http://localhost:10503/admin

Login: [email protected]

Password: admin