~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to docs/start-loggerhead.rst

  • Committer: Robey Pointer
  • Date: 2007-01-14 23:46:10 UTC
  • Revision ID: robey@lag.net-20070114234610-z3cn5j8eky0vqsg3
add a decorator to strip the whitespace from the generated html in the big
pages.  (kid theoretically can do this on its own, but it's not hooked up
from turbogears, and even if it was, it doesn't seem to work on html.)
removing whitespace appears to trim a good 20-30% from the generated pages,
so may help a lot for slow links.  in combination with the trimmed-down
javascript names, some of the worst offenders (revisions with gigantic
diffs) are now nearly half the size they were a few days ago.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
:command:`start-loggerhead`
2
 
===========================
3
 
 
4
 
The :command:`start-loggerhead` command starts a new standalone Loggerhead
5
 
server.  By default, the server runs in the background (daemonized).
6
 
 
7
 
.. program:: start-loggerhead
8
 
 
9
 
Usage
10
 
-----
11
 
 
12
 
.. code-block:: sh
13
 
 
14
 
    start-loggerhead [OPTIONS]
15
 
 
16
 
Options
17
 
-------
18
 
 
19
 
.. cmdoption:: --version
20
 
 
21
 
    Print the software version and exit.
22
 
 
23
 
.. cmdoption:: -h, --help
24
 
 
25
 
    Show this help message and exit.
26
 
 
27
 
.. cmdoption:: --foreground
28
 
 
29
 
    Run in the foreground;  don't daemonize.
30
 
 
31
 
.. cmdoption:: -C, --check
32
 
 
33
 
    Only start if not already running (useful for cron jobs).
34
 
 
35
 
.. cmdoption:: -p, --pidfile=PIDFILE
36
 
 
37
 
    Override pid file location.
38
 
 
39
 
.. cmdoption:: -c, --config-file=CONFIGFILE
40
 
 
41
 
    Override configuration file location (the default is
42
 
    :file:`/etc/loggerhead.conf`).
43
 
 
44
 
.. cmdoption:: --log-folder=LOG_FOLDER
45
 
 
46
 
    The directory in which to place log files.