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

https://github.com/nilsding/armagetron-stats

a simple status page for Armagetron Advanced servers
https://github.com/nilsding/armagetron-stats

armagetron dlang page statistics

Last synced: 5 months ago
JSON representation

a simple status page for Armagetron Advanced servers

Awesome Lists containing this project

README

          

# armagetron-stats

This is a simple status page for a dedicated Armagetron Advanced server.

## Requirements

* A D2 compiler
* dub
* libevent (vibe.d depends on it)

## Installation

Build the binary:

```
dub build
```

Place the configuration file in `/usr/local/etc/armagetron-stats.sdl` and edit
it to match your needs:

```
cp ./armagetron-stats.defaults.sdl /usr/local/etc/armagetron-stats.sdl
vim /usr/local/etc/armagetron-stats.sdl
```

Run the app

```
./armagetron-stats
```