Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vikaspotluri123/ghost-cli-supervisor
Ghost CLI process manager that uses Supervisor to run Ghost
https://github.com/vikaspotluri123/ghost-cli-supervisor
extension ghost ghost-cli ghost-cli-extension process-manager supervisor supervisord
Last synced: 2 months ago
JSON representation
Ghost CLI process manager that uses Supervisor to run Ghost
- Host: GitHub
- URL: https://github.com/vikaspotluri123/ghost-cli-supervisor
- Owner: vikaspotluri123
- License: mit
- Created: 2017-08-25T19:01:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T15:02:06.000Z (about 2 years ago)
- Last Synced: 2024-10-13T07:05:17.676Z (3 months ago)
- Topics: extension, ghost, ghost-cli, ghost-cli-extension, process-manager, supervisor, supervisord
- Language: JavaScript
- Size: 1.34 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ghost-cli-supervisor
![npm version](https://badge.fury.io/js/ghost-cli-supervisor.svg)Ghost CLI process manager that uses supervisor to run Ghost. Heavily influenced by [ghost-cli-pm2](https://github.com/acburdine/ghost-cli-pm2/) and [ghost-cli (systemd)](https://github.com/TryGhost/Ghost-CLI/tree/79100ee52456ab2b2bb0b6dc826e239b415d6ad7/extensions/systemd)
## Installation
```sh
npm i -g ghost-cli ghost-cli-supervisorghost install --process supervisor
```**Note: installing ghost-cli-supervisor via yarn global add won't work correctly - Ghost-CLI currently doesn't support loading extensions via yarn.**