0.0.1-alpha19 • Published 10 years ago

siempre v0.0.1-alpha19

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

siempre

A very simple web app that wraps "forever".

Installation

npm install -g siempre

Usage

siempre ./config.yaml

Configfile

The config file can be yaml or json.

# port number for webserver to run on
port: 5000

processes:
  test:
    command: [ "node", "./test.js" ]
    disabled: true

Under processes, its a key/value pair where the key is the name (or uid) of the process and the value is the options object being passed into forever-monitor. In addition to the standard options, there are 2 more included:

  • command: Array (representing the command and its arguments)
  • disabled: Boolean (whether to run on startup or not)
0.0.1-alpha19

10 years ago

0.0.1-alpha18

10 years ago

0.0.1-alpha17

10 years ago

0.0.1-alpha16

10 years ago

0.0.1-alpha15

10 years ago

0.0.1-alpha14

10 years ago

0.0.1-alpha13

10 years ago

0.0.1-alpha12

10 years ago

0.0.1-alpha11

10 years ago

0.0.1-alpha10

10 years ago

0.0.1-alpha9

10 years ago

0.0.1-alpha8

10 years ago

0.0.1-alpha7

10 years ago

0.0.1-alpha6

10 years ago

0.0.1-alpha5

10 years ago

0.0.1-alpha4

10 years ago

0.0.1-alpha2

10 years ago

0.0.1-alpha

10 years ago