From f419b40a0b185419ad4837fad48d3890f0fe7ef8 Mon Sep 17 00:00:00 2001 From: Robin Cher Date: Sun, 11 Feb 2018 23:22:23 +0800 Subject: [PATCH] Add installing ghost cli information --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40d879b..addd104 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,15 @@ Quick start docker composition for Ghost blog with Node, NGINX proxy with TLS/SS The compose file will pull and run ghost ,nginx and mysql containers. Additionally, it will also persist data generated by the containters using Docker's volume. -If you want to test out Ghost locally and just to explore its feature, you can consider installing ghost-cli using npm. +If you want to test out Ghost locally and just to explore its feature, you can consider installing ghost-cli + +``` +npm install -g ghost-cli@latest # Install Ghost +``` + +``` +ghost install local # Running on Dev +``` ## Overview @@ -25,7 +33,7 @@ If you want to test out Ghost locally and just to explore its feature, you can c - using UTFMB4 encoding (MySQL's UTF8 implementation was limited. UTFMB4 includes Emoji) ## Preparation -- A server somewhere, like Amazon EC2 , Google Compute Cloud or a virutal machine connected to your own network +- A server sitting somewhere, like Amazon EC2 , Google Compute Cloud or a virutal machine connected to your own network - Register a domain name (either public or within your own network). - A pair of SSL certificate and key for your domain. - Access to your domain's DNS.