LinuxCommandLibrary

ghost

A blogging platform and headless CMS.

TLDR

Install Ghost in the current directory

$ ghost install
copy


Start an instance of Ghost
$ ghost start
copy


Restart the Ghost instance
$ ghost restart
copy


Check the system for any potential hiccups while installing or updating Ghost
$ ghost doctor
copy


View the logs of a Ghost instance
$ ghost log [name]
copy


Run a Ghost instance directly (used by process managers and for debugging)
$ ghost run
copy


View running Ghost processes
$ ghost ls
copy


View or edit Ghost configuration
$ ghost config [key] [value]
copy

Copied to clipboard