- PHP 7.1.9
- MySQL 5.7.19
- Clone project anywhere
- Execute
composer.phar install
- Create a database and use image_viewer.sql for create table
- Fill config.php
- Copy your folder with images in media/
- Launch PHP server (
PHP -S localhost:8000
) in the root project - Use repair.php (
http://localhost:8000/php/repair.php
) for transfer folder in a good structure and fill database - Let's go to
http://localhost:8000
in your browser