2025-03-14 21:59:59 -06:00
|
|
|
# ghost
|
|
|
|
|
|
|
|
|
|
> A blogging platform and headless CMS.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://docs.ghost.org/ghost-cli>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Install Ghost in the current directory:
|
|
|
|
|
|
|
|
|
|
`ghost install`
|
|
|
|
|
|
|
|
|
|
- Start an instance of Ghost:
|
|
|
|
|
|
|
|
|
|
`ghost start`
|
|
|
|
|
|
|
|
|
|
- Restart the Ghost instance:
|
|
|
|
|
|
|
|
|
|
`ghost restart`
|
|
|
|
|
|
|
|
|
|
- Check the system for any potential hiccups while installing or updating Ghost:
|
|
|
|
|
|
|
|
|
|
`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}}`
|