0.0.1-alpha19 • Published 11 years ago
siempre v0.0.1-alpha19
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
11 years ago
0.0.1-alpha18
11 years ago
0.0.1-alpha17
11 years ago
0.0.1-alpha16
11 years ago
0.0.1-alpha15
11 years ago
0.0.1-alpha14
11 years ago
0.0.1-alpha13
11 years ago
0.0.1-alpha12
11 years ago
0.0.1-alpha11
11 years ago
0.0.1-alpha10
11 years ago
0.0.1-alpha9
11 years ago
0.0.1-alpha8
11 years ago
0.0.1-alpha7
11 years ago
0.0.1-alpha6
11 years ago
0.0.1-alpha5
11 years ago
0.0.1-alpha4
11 years ago
0.0.1-alpha2
11 years ago
0.0.1-alpha
11 years ago