0.1.0 • Published 9 years ago

forever-web v0.1.0

Weekly downloads
3
License
Apache, Version 2...
Repository
github
Last release
9 years ago

forever-web NPM version

An elegant web interface for Nodejitsi/forever.

Guide

Commands:

start [options] [port]  Launch the web server, port default by 8088
config                  show all configs
set <key> <value>       set config by key-value pairs
rm <key>                remove config by key

Options:

-h, --help     output usage information
-v, --version  output the version number

Basic Examples:

Start the web server, by default port (8088):
$ fw start

Start the web server, by specific port (8090):
$ fw start 8090
<a name="cli_web" />
## Run Web Interface
```bash
  Usage: start [options] [port]

  Options:

    -h, --help  output usage information
    --no-debug  hide stdout/stderr information
  • refresh The heartbeat duration of monitor (backend), 5000 by default.
  • manupulation A value indicates whether the client has permission to restart/stop processes, true by default.
  • forever Root directory of nodejitsu/forever, ~/.forever by default.

Example

$ fw set refresh 2000

Above command will set refresh to two second.

Example

$ fw rm refresh

Above command will remove refresh config and it will be set to 5000 by default.

shot

shot

shot

shot

shot

shot

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

0.1.0

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago