Sha256: a640932fc2cdbe302034f64d007a3b6d50c0f7babced87e47b9c5ef9cba325b0

Contents?: true

Size: 1.36 KB

Versions: 6

Compression:

Stored size: 1.36 KB

Contents

## Requirements

You need ruby 1.8.6 or above and rubygems installed.

## Installation

Use following command to install runit-man:

```bash
gem install runit-man
```

Take a look at runit-man script options:

 * -p - Port to listen (4567 by default)
 * -b - IP Address to bind (0.0.0.0 by default)
 * -a - Directory of activated services (/etc/service by default)
 * -f - Directory of all known services (/etc/sv by default)
 * -u - User and password delimited by ':' for HTTP authentication (disabled by default)
 * -r - Register runit-man as runit service (as defined by other options)
 * --rackup='command' - Runs specified command in folder where is runit'man's config.ru located.

### Using thin

Usually you need thin gem to run runit-man effectively.

```bash
gem install thin
```

### Using rainbows

When You need to handle large files (logs etc.) by runit-man script You need another setup:

 * Install rainbows gem (it prevents memory consumption).
 * Install sendfile gem if possible (It decreases CPU usage in combination with rainbows).
 * Run runit-man as:

```bash
runit-man --rackup='rainbows -E production -c rainbows.conf -p $PORT'
```

Any localization can be done by editing of `./i18n/*.yml` locale files.
Contributions are welcome.

* [runit home page](http://smarden.org/runit/)
* [runit-man home page](https://github.com/Undev/runit-man)

Yours sincerely, Akzhan.

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
runit-man-2.4.4 INSTALL.md
runit-man-2.4.3 INSTALL.md
runit-man-2.4.2 INSTALL.md
runit-man-2.4.1 INSTALL.md
runit-man-2.4.1a1 INSTALL.md
runit-man-2.4.0 INSTALL.md