2020-06-09 18:55:08 +01:00
|
|
|
# ghost
|
|
|
|
|
|
|
|
> A blogging platform and headless CMS.
|
|
|
|
> More information: <https://ghost.org>.
|
|
|
|
|
|
|
|
- Install Ghost in the current directory:
|
|
|
|
|
|
|
|
`ghost install`
|
|
|
|
|
|
|
|
- Start an instance of Ghost:
|
|
|
|
|
|
|
|
`ghost start`
|
|
|
|
|
|
|
|
- Restart the Ghost instance:
|
|
|
|
|
|
|
|
`ghost restart`
|
|
|
|
|
2021-06-22 13:13:40 +01:00
|
|
|
- Check the system for any potential hiccups while installing or updating Ghost:
|
2020-06-09 18:55:08 +01:00
|
|
|
|
|
|
|
`ghost doctor`
|
|
|
|
|
|
|
|
- View the logs of a Ghost instance:
|
|
|
|
|
|
|
|
`ghost log {{name}}`
|
|
|
|
|
|
|
|
- Run a Ghost instance directly (used by process managers and for debugging):
|
|
|
|
|
|
|
|
`ghost run`
|
|
|
|
|
|
|
|
- View running Ghost processes:
|
|
|
|
|
|
|
|
`ghost ls`
|
|
|
|
|
|
|
|
- View or edit Ghost configuration:
|
|
|
|
|
|
|
|
`ghost config {{key}} {{value}}`
|