Next: , Previous: , Up: Top   [Contents][Index]


2 Invoking trip-server

2.1 Synopsis

trip-server [ -h | –help ] [ -v | –version ] [ -s | –listen { address } ] [ -p | –port { port } ] [ -r | –root { directory } ] [ -e | –expire-sessions ] [ -c | –config-file { filename } ] [ -u | –upgrade ] [ -V | –verbose ]

2.2 Description

trip-server is an application supporting trip recording and itinerary planning.

The intended use is for a hiker, mountain-biker or other adventurer, to be able to publish and share their planned itinerary, then subsequently log their positions at intervals, allowing someone else the ability to monitor their progress.

In the event of contact being lost, the plans and tracking information can be passed to rescue services etc., to assist with locating the missing adventurer.

2.3 Options

-h, –help

Show help, then exit.

-v, –version

Show version information, then exit.

-s, –listen=ADDRESS

Listen address, e.g. 0.0.0.0

-p, –port=PORT

Port number, e.g. 8080.

-r, –root=DIRECTORY

Document root directory.

-e, –expire-sessions

Expires any active user web sessions.

-c, –config-file=FILENAME

Configuration file name.

-u, –upgrade

Upgrade the database.

-V, –verbose

Verbose output


Next: , Previous: , Up: Top   [Contents][Index]