]> de.git.xonotic.org Git - xonotic/xonstat.git/blob - XonStat.egg-info/PKG-INFO
d5879af336f4dd89dabacd50f8801350cdc55e84
[xonotic/xonstat.git] / XonStat.egg-info / PKG-INFO
1 Metadata-Version: 1.0
2 Name: XonStat
3 Version: 0.0
4 Summary: XonStat
5 Home-page: UNKNOWN
6 Author: UNKNOWN
7 Author-email: UNKNOWN
8 License: UNKNOWN
9 Description: This is XonStat, the application in front of xonstatdb. XonStat handles the submission of statistical information from the open source first person shooter Xonotic. 
10         
11         To start, first run the following from the root directory to set up dependencies:
12         
13             python setup.py develop
14         
15         Next you'll want to set up xonstatdb. This is maintained as a separate project here:
16         
17             https://github.com/antzucaro/xonstatdb
18         
19         Next you'll want to open up development.ini and change a few things for added security. Chief among these is the "sqlalchemy.url" setting, which contains your username and password for the database. Change that match the new password you gave xonstat during the installation of xonstatdb. The other setting to change is "security.secret," which is used to keep your web session (cookies and such) secure. 
20         
21         To start the server run the following from the root directory. I recommend running this within a GNU screen session:
22         
23             paster serve development.ini #(or production.ini if you've configured that settings file instead)
24         
25         To get a Xonotic server configured to use this server, change the CVAR "g_playerstats_uri" to point to the correct host, port, and URL path. By default this is:
26         
27             http://localhost:6543/stats/submit
28         
29         ...so in the command line of the server (or in your config) you can put:
30         
31             set g_playerstats_uri http://localhost:6543/stats/submit
32         
33         If you have any questions or issues please open up a bug report here, or - better yet ! - fork it and send me a pull request. 
34         
35         TODO:
36         
37         - "e matches" and "e joins" seem to be mutually exclusive. Add a check for either (instead of just joins" before adding a player_game_stats record).
38         
39         - map names are being recorded multiple times in the maps table. They should be found when being played subsequent times. 
40         
41         
42         0.0
43         ---
44         
45         -  Initial version
46         
47 Keywords: web wsgi bfg pylons pyramid
48 Platform: UNKNOWN
49 Classifier: Programming Language :: Python
50 Classifier: Framework :: Pylons
51 Classifier: Topic :: Internet :: WWW/HTTP
52 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application