NAME
pg_test_server - stand-alone webserver for Pangloss
SYNOPSIS
pg_test_server [-h] [-d [-d]] [--port=...] [--config=...] [--dsn=...]
options:
- -h, --help
-
print usage and exit.
- -p, --port=n
-
listen on the specified port, defaults to
8080
. - -c, --config=<path>
-
use the specified controller config file, defaults to
conf/config.yaml
. - --dsn=<pixie_store_spec>
-
use the specified Pixie DSN, default set in Pangloss::Config
- -d, --debug
-
increase debugging level, defaults to
0
.
DESCRIPTION
This is a single-threaded stand-alone test server for Pangloss that relies on HTTP::Daemon.
AUTHOR
Steve Purkis <spurkis@quiup.com>
COPYRIGHT
Copyright (c) 2003, Quiup Ltd.
This module is free software; you can redistribute it or modify it under the same terms as Perl itself.