https://github.com/thenets/pmzero
Easiest multi-platform process manager
https://github.com/thenets/pmzero
supervisor
Last synced: 7 months ago
JSON representation
Easiest multi-platform process manager
- Host: GitHub
- URL: https://github.com/thenets/pmzero
- Owner: thenets
- License: mit
- Created: 2019-09-06T14:15:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-16T22:40:12.000Z (over 6 years ago)
- Last Synced: 2025-02-14T21:46:56.833Z (over 1 year ago)
- Topics: supervisor
- Language: Go
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# pmzero
[](https://godoc.org/github.com/thenets/pmzero)
[](https://goreportcard.com/report/github.com/thenets/pmzero)
[](https://github.com/thenets/pmzero/actions)
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fthenets%2Fpmzero?ref=badge_shield)
Inspired by PM2 and a hard Amazon interview process.
## Requirements
- Linux x64
- Windows x64
- MacOS X x64
## Installation
### Linux
You need to add the binary file to the `/usr/bin` and make it executable. You can use the following script to deploy.
```bash
curl -sSL https://raw.githubusercontent.com/thenets/pmzero/master/docs/install-linux.sh | sudo sh
```
## Docs
```
NAME:
pmzero - Easiest multi-platform process manager
USAGE:
pmzero.exe [global options] command [command options] [arguments...]
VERSION:
0.0.2-alpha
COMMANDS:
load, l load a config file
start, c start a deployment
list list all deployments
delete delete a deployment
stop stop a deployment
logs follow the logs files from a deployment
foreground keep running and respawn all deployments
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
```
## License
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fthenets%2Fpmzero?ref=badge_large)