Skip to content
This repository has been archived by the owner on Nov 24, 2019. It is now read-only.

GlowingSocc/PxlsAdmin

 
 

Repository files navigation

Important note

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

Getting up and running

Required tools

Configuration

  1. Copy or rename src/settings.example.php to src/settings.php
  2. Modify settings.php with all the necessary values (config/etc). Values to pay attention to:
    • webroots
    • db

Building

  1. Install dependencies with composer
    • composer i

Running

There are two ways to get this working.

  1. Use the php CLI to run (for debugging)
    • php -S 0.0.0.0:5000 -t public public/index.php
  2. Serve the PHP with something like nginx/apache (for production)

Frameworks used

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.0%
  • HTML 43.9%
  • CSS 8.0%
  • PHP 2.1%