- PHP 7.1+
- MySQL 5.7+
- git clone https://github.com/vasyaabr/iofvolunteers.git (or just unzip archive with code)
- cd iofvolunteers
- composer install
- Copy config_example.php as config.php
- Configure database connection in config.php constants
- Run
install.php
in core directory
├── controllers - PHP code
├── css - stylesheets
├── db - database init queries, which runs from install.php
├── images - graphics
├── models - Database models PHP code
├── templates - html templates
├── composer.json
├── composer.lock
├── config_example.php - site config (mysql credentials)
├── index.php
├── install.php
└── README.md - this file
Local run: php -S localhost:8000