Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pmmp/crasharchive

Web-based searchable archive for PocketMine-MP crash reports
https://github.com/pmmp/crasharchive

Last synced: 3 months ago
JSON representation

Web-based searchable archive for PocketMine-MP crash reports

Awesome Lists containing this project

README

        

# 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:
```sh
git clone https://github.com/pmmp/CrashArchive
cd CrashArchive
```
Run the following to generate configuration files:
```sh
make defaultconfig
```
Tweak `docker-compose.yml` and `config.json` as you desire, and then run:
```sh
make build/linux
docker-compose up -d
```