1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/ghost.md

37 lines
674 B
Markdown
Raw Normal View History

2024-10-21 13:58:15 +09:00
# ghost
> 블로그 플랫폼이자 헤드리스 CMS.
> 더 많은 정보: <https://ghost.org>.
- 현재 디렉토리에 Ghost를 설치:
`ghost install`
- Ghost 인스턴스를 시작:
`ghost start`
- Ghost 인스턴스를 재시작:
`ghost restart`
- Ghost를 설치하거나 업데이트하는 동안 시스템에 잠재적인 문제가 있는지 확인:
`ghost doctor`
- Ghost 인스턴스의 로그 보기:
`ghost log {{이름}}`
- Ghost 인스턴스를 직접 실행 (프로세스 관리자 및 디버깅에 사용):
`ghost run`
- 실행 중인 Ghost 프로세스 보기:
`ghost ls`
- Ghost 구성 보기 또는 편집:
`ghost config {{키}} {{값}}`