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
- Host: GitHub
- URL: https://github.com/nilsding/armagetron-stats
- Owner: nilsding
- License: bsd-2-clause
- Created: 2017-08-05T20:29:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-05T23:38:00.000Z (almost 9 years ago)
- Last Synced: 2025-06-06T09:03:23.196Z (about 1 year ago)
- Topics: armagetron, dlang, page, statistics
- Language: D
- Homepage: http://aad.rrerr.net
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
```