Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 493 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 493 Bytes

CrashArchive

Web-based searchable archive for PocketMine-MP crash reports. https://crash.pmmp.io

Setup in 30 seconds

CA is primarily used on Linux.

Prerequisites

  • Docker

Installing

Run the following:

git clone https://github.com/pmmp/CrashArchive
cd CrashArchive

Run the following to generate configuration files:

make defaultconfig

Tweak docker-compose.yml and config.json as you desire, and then run:

make build/linux
docker-compose up -d