annotate README.txt @ 55:e421ea2519ec

dgamelaunch: define user/group by name instead of UID/GID. The user and group might not be created with the UID and GID expected, so it is better to use names. They can be changed to numeric values after installation.
author John "Elwin" Edwards
date Sun, 11 May 2014 08:32:31 -0700
parents 1951f59156e4
children 5b4ff5680037
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
1 RLG: various files used by the Roguelike Gallery.
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
2
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
3 dgl/ contains the Gallery's dgamelaunch.conf file, the dgamelaunch menus, and
24
ce26225f7d9d Switch to the Git version of dgamelaunch.
John "Elwin" Edwards
parents: 23
diff changeset
4 a patch to the Git version of dgamelaunch. The patch makes it compatible with
ce26225f7d9d Switch to the Git version of dgamelaunch.
John "Elwin" Edwards
parents: 23
diff changeset
5 the RLGWebD player and adds properly salted passwords.
23
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
6
26
b003235abe75 Add lighttpd configuration files.
John "Elwin" Edwards
parents: 24
diff changeset
7 lighttpd/ contains the configuration files for lighttpd which have been
47
1951f59156e4 Mention dependencies in README.txt.
John "Elwin" Edwards
parents: 46
diff changeset
8 modified from the distribution versions (current version 1.4.34).
26
b003235abe75 Add lighttpd configuration files.
John "Elwin" Edwards
parents: 24
diff changeset
9
47
1951f59156e4 Mention dependencies in README.txt.
John "Elwin" Edwards
parents: 46
diff changeset
10 py/ contains various Python scripts. Python 3 is required. The dependencies
1951f59156e4 Mention dependencies in README.txt.
John "Elwin" Edwards
parents: 46
diff changeset
11 needed are psycopg2 and pytz.
23
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
12
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
13 py/recorder.py processes the log files and stores the data in a PostgreSQL
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
14 database. It should be run periodically by cron.
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
15
46
afb58e16bca8 Mention stats2.py in the README.
John "Elwin" Edwards
parents: 33
diff changeset
16 py/stats2.py does some statistical calculations and creates SVG charts which
afb58e16bca8 Mention stats2.py in the README.
John "Elwin" Edwards
parents: 33
diff changeset
17 are included in the Web pages. It should be run from cron, daily or so.
afb58e16bca8 Mention stats2.py in the README.
John "Elwin" Edwards
parents: 33
diff changeset
18
33
25843238434a Change the Python module's name back to rlgall.
John "Elwin" Edwards
parents: 26
diff changeset
19 py/rlgall.py is a module which recorder.py requires. It should be installed
23
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
20 in /lib/python<x.y>/site-packages or the equivalent location.
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
21
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
22 web/ contains the static parts of the rlgallery.org website. Note that when
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
23 installed, scoring/ needs to be writable by whatever user is running the
070a9ced4d3e Add README, put some new links on several pages.
John "Elwin" Edwards
parents:
diff changeset
24 recorder.py script.