This is built specifically for pxls.space. If your pxls.space install is older than Sept 8, 2018, then you'll be missing some columns and tables on your database. See this commit for details: xSke/Pxls 4f22e
- Copy or rename
src/settings.example.php
tosrc/settings.php
- Modify
settings.php
with all the necessary values (config/etc). Values to pay attention to:- webroots
- db
- Install dependencies with composer
composer i
There are two ways to get this working.
- Use the php CLI to run (for debugging)
php -S 0.0.0.0:5000 -t public public/index.php
- Serve the PHP with something like nginx/apache (for production)
- Backend:
- Frontend: