36 lines
551 B
Markdown
36 lines
551 B
Markdown
# Ghost
|
||
|
||
> 一个博客平台和无头CMS。
|
||
> 更多信息:<https://ghost.org>。
|
||
|
||
- 在当前目录中安装Ghost:
|
||
|
||
`ghost install`
|
||
|
||
- 启动Ghost实例:
|
||
|
||
`ghost start`
|
||
|
||
- 重启Ghost实例:
|
||
|
||
`ghost restart`
|
||
|
||
- 检查系统在安装或更新Ghost时是否有潜在问题:
|
||
|
||
`ghost doctor`
|
||
|
||
- 查看Ghost实例的日志:
|
||
|
||
`ghost log {{name}}`
|
||
|
||
- 直接运行Ghost实例(用于进程管理器和调试):
|
||
|
||
`ghost run`
|
||
|
||
- 查看正在运行的Ghost进程:
|
||
|
||
`ghost ls`
|
||
|
||
- 查看或编辑Ghost配置:
|
||
|
||
`ghost config {{key}} {{value}}` |