Tenant Management System v2 for Paralelní Polis - system for regular Bitcoin and Litecoin payments
Production is running on PHP 5.6 and MySQL 5.7
- get PHP v5.6 with PDO&mbstring + Docker + docker-compose somewhere
- run MySQL+Adminer Docker containers:
docker-compose up
- open Adminer in
http://localhost:8080/?server=db&username=root
, connect with login:root
, pass:root
and importdbinit.sql
file into mysql - copypaste
default_config.php
intoconfig.php
and set your values (not needed to change anything) - run PHP build-in server:
php -S localhost:8000
- visit
localhost:8000