From 185097cdf880f933cf4e20b361f7ed2c47e301bf Mon Sep 17 00:00:00 2001 From: stets Date: Tue, 9 Jun 2020 13:55:08 -0400 Subject: [PATCH] ghost: add page (#4083) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Starbeamrainbowlabs Co-authored-by: Zlatan Vasović --- pages/common/ghost.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pages/common/ghost.md diff --git a/pages/common/ghost.md b/pages/common/ghost.md new file mode 100644 index 0000000000..3c38d22cc7 --- /dev/null +++ b/pages/common/ghost.md @@ -0,0 +1,36 @@ +# ghost + +> A blogging platform and headless CMS. +> More information: . + +- 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}}`