Sha256: 7b6c37b6bef8c7ceda91486485a224b3fe6093223118b505a48b2f492c4b19ec
Contents?: true
Size: 1.5 KB
Versions: 4
Compression:
Stored size: 1.5 KB
Contents
STICKLER-SERVER(1) ================== NAME ---- stickler-server - start and stop the stickler server process SYNOPSIS -------- *stickler-server* [--help] [COMMAND] [COMMAND_OPTIONS] /path/to/stickler/root DESCRIPTION ----------- stickler-server is the daemon process that houses the repositories of proprietary gems and/or mirrors of third party gems. COMMANDS -------- *start*: Start the stickler server process *stop*: Stop the stickler server process OPTIONS ------- *-d, --daemonize*: Daemonize the server *--help*: Show the help message *-h, --host*='HOST': The host address to bind to (default: 0.0.0.0) *-o, --port*='PORT': The port to bind to (default: 6789) *-p, --pid*='PID_FILE': Path to wriate a pid file to after daemonizing *-s, --server*='SERVER': The rack handler to use: thin, mongrel, webrick, etc. *-v, --version*: Output the version. EXAMPLES -------- Start the server, daemonized, using /var/lib/stickler as the root directory of all the repositories. stickler-server start --daemonize /var/lib/stickler Stop the server that is using /var/lib/stickler as its root directory. stickler-server stop /var/lib/stickler SEE ALSO -------- stickler(1), stickler-passenger-config(1) AUTHOR ------ Written by Jeremy Hinegardner <jeremy@copiousfreetime.org> RESOURCES --------- [GitHub project](https://www.github.com/copiousfreetime/stickler) BUGS ---- Please report bugs to the [github issue tracker](https://github.com/copiousfreetime/stickler/issues)
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
stickler-2.4.2 | man/stickler-server.1.ronn |
stickler-2.4.1 | man/stickler-server.1.ronn |
stickler-2.4.0 | man/stickler-server.1.ronn |
stickler-2.3.0 | man/stickler-server.1.ronn |