view README.txt @ 80:716f8305d412

Update lighttpd configuration files. Lighttpd now requires explicitly specifying both IPv4 and IPv6 addresses.
author John "Elwin" Edwards
date Wed, 27 Dec 2017 14:54:58 -0500
parents c99fac2b0dc7
children
line wrap: on
line source

rlgallery-misc: miscellaneous files used by the Roguelike Gallery.

dgl/ contains the Gallery's dgamelaunch.conf file, the dgamelaunch menus, and 
a patch to the Git version of dgamelaunch.  The patch makes it compatible with 
the RLGWebD player and adds properly salted passwords.

lighttpd/ contains configuration files for lighttpd which should be included
from the main lighttpd.conf.  It also includes a configuration file for 
certbot, for obtaining an SSL certificate.

py/ contains various Python scripts.  Python 3 is required.  The dependencies
needed are psycopg2 and pytz.

py/recorder.py processes the log files and stores the data in a PostgreSQL
database.  It should be run periodically by cron.

py/stats2.py does some statistical calculations and creates SVG charts which 
are included in the Web pages.  It should be run from cron, daily or so.

py/rlgall.py is a module which recorder.py requires.  It should be installed
in /lib/python<x.y>/site-packages or the equivalent location.

py/rlgnotes is a basic blog creator.  It makes a blog (with RSS feed!) at
the URL /notes using text files as the source.  Currently experimental.

scripts/ contains shell scripts that are useful in the setup process.

web/ contains the static parts of the rlgallery.org website.  Note that when 
installed, web/scoring/ needs to be writable by whatever user is running the 
recorder.py script.