Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 3 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 31
Line 2... Line 2...
2
---------------------
2
---------------------
3
3
4
My assumption is that most users don't need or want to run their own
4
My assumption is that most users don't need or want to run their own
5
server. Therefore the PyScrabble server is in a separate package that
5
server. Therefore the PyScrabble server is in a separate package that
6
installs it as a system daemon. By default the server runs under a
6
installs it as a system daemon. By default the server runs under a
7
dedicated user account, created on installation.
7
dedicated user account, created on installation. It should not be run
-
 
8
directly from the command line, only with the help of the init script.
8
9
9
The original code is modified so that instead of
10
The original code is modified so that instead of
10
~/.config/pyscrabble/, the server reads its configuration from files
11
~/.config/pyscrabble/, the server reads its configuration from files
11
in /etc/pyscrabble/, stores its database in /var/lib/pyscrabble, and
12
in /etc/pyscrabble/, stores its database in /var/lib/pyscrabble, and
12
logs to /var/log/pyscrabble/pyscrabble.log.  The log is not
13
logs to /var/log/pyscrabble/pyscrabble.log.  The log is not
Line 16... Line 17...
16
17
17
For the same reason, the server is not restarted when upgraded. The
18
For the same reason, the server is not restarted when upgraded. The
18
administrator should notify the users and restart the server at the
19
administrator should notify the users and restart the server at the
19
earliest opportunity.
20
earliest opportunity.
20
21
21
 -- Magnus Holmgren <magnus@kibibyte.se>, Wed,  3 Oct 2007 15:22:24 +0200
22
 -- Magnus Holmgren <holmgren@debian.org>, Mon, 25 Apr 2011 01:18:57 +0200