1LOGGERHEAD(1) User Commands LOGGERHEAD(1)
2
3
4
6 loggerhead - run a loggerhead server
7
9 serve-branches [options] <path>
10
12 Loggerhead is a web viewer for projects in bazaar. It can be used to
13 navigate a branch history, annotate files, view patches, perform
14 searches, etc. It's heavily based on bazaar-webserve, which is itself
15 based on hgweb for Mercurial.
16
17 The serve-branches command runs a standalone loggerhead server in the
18 foreground.
19
21 -h, --help
22 show this help message and exit
23
24 --user-dirs
25 Serve user directories as ~user.
26
27 --trunk-dir=DIR
28 The directory that contains the trunk branches.
29
30 --port Port Loggerhead should listen on (defaults to 8080).
31
32 --host Host Loggerhead should listen on.
33
34 --prefix
35 Specify host prefix.
36
37 --reload
38 Restarts the application when changing python files. Only used
39 for development purposes.
40
41 --log-folder=LOG_FOLDER
42 The directory to place log files
43
44 --version
45 Print the software version and exit.
46
48 GNU GPLv2 or later.
49
51 https://launchpad.net/loggerhead
52
53
54
55loggerhead 1.6 August 2008 LOGGERHEAD(1)