Ludicrous MV Server
Installation
$ git clone https://github.com/citruspi/Ludicrous-MV-Tracker.git
$ cd Ludicrous-MV-Tracker
$ make
$ make install
Configuration
A configuration file named lmv-tracker.yml
will be looked for in:
- the current directory
- the user's home directory
/etc/
If a configuration file isn't found, the following defaults will be used:
tokens:
pool: ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
length: 10
system:
pid: False
web:
address: :8080
database:
type: sqlite3
source: lmv-tracker.db
A sample configuration file is included.
Usage
$ lmv-tracker