]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - README.md
Add limits and offsets to all 'top' views.
[xonotic/xonstat.git] / README.md
index 07eceb0d31df4bdf28e8b8897d6bddc9d6b26232..60652c3925975835955f2bf1691038b05a8c489f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -11,11 +11,14 @@ Next you'll want to set up [xonstatdb][xonstatdb]. This is maintained as a separ
 
     https://github.com/antzucaro/xonstatdb
 
-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 "session.secret," which is used to keep your web session (cookies and such) secure.
+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 "session.secret," which is used to keep your web session (cookies and such) secure.
 
 To start the server run the following from the root directory. I recommend running this within a GNU screen session:
 
-    paster serve development.ini #(or production.ini if you've configured that settings file instead)
+    pserve --reload development.ini #(or production.ini if you've configured that settings file instead)
 
 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: