Skip to content

Commit

Permalink
README!
Browse files Browse the repository at this point in the history
  • Loading branch information
gphat committed May 30, 2012
1 parent 85702ff commit 0118682
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Dist::Zilla::Plugin::Dpkg::PerlbrewStarman - Generate dpkg files for your perlbr

# VERSION

version 0.11
version 0.12

# SYNOPSIS

Expand All @@ -20,6 +20,7 @@ Starman. It makes the following assumptions:
- XXX Perlbrew
- Runs under [Starman](http://search.cpan.org/perldoc?Starman)
- Starman is fronted by nginx or apache
- It runs as a user called $packagename
- It's installed at /srv/$packagename
- Logs will be placed in /var/log/$packagename
- psgi file is in script and is named $packagename.psgi
Expand Down Expand Up @@ -50,6 +51,11 @@ The port to use for starman.
The amount of time (in seconds) that the init script will wait on startup. Some
applications may require more than the default amount of time (30 seconds).

## uid

The UID of the user we're adding for the package. This is helpful for syncing
UIDs across multiple installations

## web_server

Set the web server we'll be working with for this package. Supported values
Expand Down

0 comments on commit 0118682

Please sign in to comment.