comparison README.txt @ 47:1951f59156e4

Mention dependencies in README.txt.
author John "Elwin" Edwards
date Sat, 08 Mar 2014 14:36:11 -0800
parents afb58e16bca8
children 5b4ff5680037
comparison
equal deleted inserted replaced
46:afb58e16bca8 47:1951f59156e4
3 dgl/ contains the Gallery's dgamelaunch.conf file, the dgamelaunch menus, and 3 dgl/ contains the Gallery's dgamelaunch.conf file, the dgamelaunch menus, and
4 a patch to the Git version of dgamelaunch. The patch makes it compatible with 4 a patch to the Git version of dgamelaunch. The patch makes it compatible with
5 the RLGWebD player and adds properly salted passwords. 5 the RLGWebD player and adds properly salted passwords.
6 6
7 lighttpd/ contains the configuration files for lighttpd which have been 7 lighttpd/ contains the configuration files for lighttpd which have been
8 modified from the distribution versions. 8 modified from the distribution versions (current version 1.4.34).
9 9
10 py/ contains various Python scripts. 10 py/ contains various Python scripts. Python 3 is required. The dependencies
11 needed are psycopg2 and pytz.
11 12
12 py/recorder.py processes the log files and stores the data in a PostgreSQL 13 py/recorder.py processes the log files and stores the data in a PostgreSQL
13 database. It should be run periodically by cron. 14 database. It should be run periodically by cron.
14 15
15 py/stats2.py does some statistical calculations and creates SVG charts which 16 py/stats2.py does some statistical calculations and creates SVG charts which