Micropub test suite and debugging utility
- Install Redis and MySQL
- Install composer https://getcomposer.org/
- Run
composer installfrom the project folder - Copy
lib/config.template.phptolib/config.phpand fill in the details for your Redis and MySQL instance - Run the SQL in
database/schema.sqlanddatabase/data.sqlto initialize the database - Run
php -S 127.0.0.1:8080 -t publicto start the built in web server - Visit http://127.0.0.1:8080