1. Clone repository in your webserver working directory. Note: that must not be `/var/www/html` or something like this, your webserver must point to `public` directory of forked project.
2. Fetch requirements by runnning `composer update`.
3. Copy `config.php.dist` to `config.php` and conigure project for your needs
3. Copy `config.dist.php` to `config.php` and conigure project for your needs
4. Point your webserver to serving webpages from `public` directory.
5. Create cron jobs for quering and updating hosts lists.