ghost-cli-pm2
v0.1.1
Published
Ghost-CLI process manager that uses pm2 to run Ghost
Readme
ghost-cli-pm2
Ghost CLI process manager that uses pm2 to run Ghost
Installation
npm i -g ghost-cli ghost-cli-pm2
ghost install --process pm2Note: installing ghost-cli-pm2 via yarn global add won't work correctly - Ghost-CLI currently doesn't support loading extensions via yarn.
Versions
| Ghost-CLI Version | Ghost-CLI-PM2 version | |--|--| | >= 1.6.0 | 0.1.0 (latest) | | < 1.5.2 | 0.0.1 |
TODOS (order of importance):
- Hook into
ghost uninstalland remove ghost from pm2 instance list - Better support for additional pm2 options like cluster mode, instance count, etc.
