mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 18:54:03 +00:00
Update cheatsheets
This commit is contained in:
41
ghost
Normal file
41
ghost
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
|
||||
- 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}}`
|
||||
Reference in New Issue
Block a user