1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 11:06:00 +02:00

ghost: add page (#4083)

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
This commit is contained in:
stets 2020-06-09 13:55:08 -04:00 committed by GitHub
parent e3f9c6f33e
commit 185097cdf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

36
pages/common/ghost.md Normal file
View file

@ -0,0 +1,36 @@
# 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 when on install or update of 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}}`