Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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-supervisor

ghost 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.**