-
Install Docker https://docs.docker.com/desktop/
-
Start containers
$ docker docker-compose up -d
- To run a command in php/apache container
docker exec -it blog-ocr_php-apache_1 /bin/bash
- Install XAMPP https://www.apachefriends.org/
Clone git project and put all files from web folder to your web server documentRoot
- Modify environment.example.php with your config
- Rename file to environment.php
composer dumpautoload
composer install
- Import database.sql in your database
If you use Docker you can use phpMyAdmin : http://localhost:8000/ - Username : testuser - Password : testpassword