Skip to content

Commit

Permalink
update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Sep 13, 2013
1 parent 2f13e31 commit e381966
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 295 deletions.
3 changes: 2 additions & 1 deletion Manifest.txt
Expand Up @@ -2,7 +2,7 @@ CONTRIBUTING.md
HISTORY.md HISTORY.md
LICENSE LICENSE
Manifest.txt Manifest.txt
README.rdoc README.md
Rakefile Rakefile
bin/stickler bin/stickler
bin/stickler-passenger-config bin/stickler-passenger-config
Expand Down Expand Up @@ -83,4 +83,5 @@ spec/spec.opts
spec/spec_helper.rb spec/spec_helper.rb
spec/spec_lite_spec.rb spec/spec_lite_spec.rb
tasks/default.rake tasks/default.rake
tasks/man.rake
tasks/this.rb tasks/this.rb
24 changes: 2 additions & 22 deletions man/stickler-passenger-config.1
Expand Up @@ -19,30 +19,10 @@ stickler\-passenger\-config \- output a Phusion Passenger config for stickler
\fInginx\fR: Output an Nginx config\. \fInginx\fR: Output an Nginx config\.
. .
.SH "OPTIONS" .SH "OPTIONS"
\fI\-h, \-\-help\fR: \fI\-h, \-\-help\fR: Show the help message
.
.IP "" 4
.
.nf

Show the help message
.
.fi
.
.IP "" 0
. .
.P .P
\fI\-v, \-\-version\fR: \fI\-v, \-\-version\fR: Output the version\.
.
.IP "" 4
.
.nf

Output the version\.
.
.fi
.
.IP "" 0
. .
.SH "EXAMPLES" .SH "EXAMPLES"
Output a passenger config for use with apache\. Output a passenger config for use with apache\.
Expand Down
108 changes: 9 additions & 99 deletions man/stickler-server.1
Expand Up @@ -13,121 +13,31 @@ stickler\-server \- start and stop the stickler server process
stickler\-server is the daemon process that houses the repositories of proprietary gems and/or mirrors of third party gems\. stickler\-server is the daemon process that houses the repositories of proprietary gems and/or mirrors of third party gems\.
. .
.SH "COMMANDS" .SH "COMMANDS"
\fIstart\fR: \fIstart\fR: Start the stickler server process
.
.IP "" 4
.
.nf

Start the stickler server process
.
.fi
.
.IP "" 0
. .
.P .P
\fIstop\fR: \fIstop\fR: Stop the stickler server process
.
.IP "" 4
.
.nf

Stop the stickler server process
.
.fi
.
.IP "" 0
. .
.SH "OPTIONS" .SH "OPTIONS"
\fI\-d, \-\-daemonize\fR: \fI\-d, \-\-daemonize\fR: Daemonize the server
.
.IP "" 4
.
.nf

Daemonize the server
.
.fi
.
.IP "" 0
. .
.P .P
\fI\-\-help\fR: \fI\-\-help\fR: Show the help message
.
.IP "" 4
.
.nf

Show the help message
.
.fi
.
.IP "" 0
. .
.P .P
\fI\-h, \-\-host\fR=\'HOST\': \fI\-h, \-\-host\fR=\'HOST\': The host address to bind to (default: 0\.0\.0\.0)
.
.IP "" 4
.
.nf

The host address to bind to (default: 0\.0\.0\.0)
.
.fi
.
.IP "" 0
. .
.P .P
\fI\-o, \-\-port\fR=\'PORT\': \fI\-o, \-\-port\fR=\'PORT\': The port to bind to (default: 6789)
.
.IP "" 4
.
.nf

The port to bind to (default: 6789)
.
.fi
.
.IP "" 0
. .
.P .P
\fI\-p, \-\-pid\fR=\'PID_FILE\': \fI\-p, \-\-pid\fR=\'PID_FILE\': Path to wriate a pid file to after daemonizing
.
.IP "" 4
.
.nf

Path to wriate a pid file to after daemonizing
.
.fi
.
.IP "" 0
. .
.P .P
\fI\-s, \-\-server\fR=\'SERVER\': \fI\-s, \-\-server\fR=\'SERVER\': The rack handler to use: thin, mongrel, webrick, etc\.
.
.IP "" 4
.
.nf

The rack handler to use: thin, mongrel, webrick, etc\.
.
.fi
.
.IP "" 0
. .
.P .P
\fI\-v, \-\-version\fR: \fI\-v, \-\-version\fR: Output the version\.
.
.IP "" 4
.
.nf

Output the version\.
.
.fi
.
.IP "" 0
. .
.SH "EXAMPLES" .SH "EXAMPLES"
Start the server, daemonized, using /var/lib/stickler as the root directory of all the repositories\. Start the server, daemonized, using /var/lib/stickler as the root directory of all the repositories\.
Expand Down

0 comments on commit e381966

Please sign in to comment.