proceger
v2.0.7
Published
A process manager with web interface.
Downloads
5
Readme
Proceger
A process manager with web interface.
Install
$ npm install -g proceger
Proceger depends on Node.js and npm.
Usage
You need to first create a .procegerrc in the user home directory with the following content.
{
"workspace": "/path/to/your/workspace",
"tasks": [
{
"name": "google-calendar-syncer",
"git": {
"url": "[email protected]:sarosia/google-calendar-syncer.git"
}
}
]
}
Start the application by running the following command.
$ proceger
You can access the proceger webapp by browsing http://localhost:8080.