NAME

app.server - A generated server for the Apps::Checkbook app

SYNOPSIS

usage: app.server [options] [port]

port defaults to 8080

DESCRIPTION

This is a Gantry::Server based stand alone server for the Apps::Checkbook app. It was built to use an SQLite database called app.db. Use the following command line flags to change database connection information (all of them require a value):

--dbd (or -d)

The DBD for your database, try SQLite, Pg, or mysql. Defaults to SQLite.

--dbuser (or -u)

The database user name, defaults to the empty string.

--dbpass (or -p)

The database user's password, defaults to the empty string.

--dbname (or -n)

The name of the database, defaults to app.db.