Skip to content

Commit f419b40

Browse files
committed
Add installing ghost cli information
1 parent c9ba20d commit f419b40

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@ Quick start docker composition for Ghost blog with Node, NGINX proxy with TLS/SS
33

44
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.
55

6-
If you want to test out Ghost locally and just to explore its feature, you can consider installing ghost-cli using npm.
6+
If you want to test out Ghost locally and just to explore its feature, you can consider installing ghost-cli
7+
8+
```
9+
npm install -g ghost-cli@latest # Install Ghost
10+
```
11+
12+
```
13+
ghost install local # Running on Dev
14+
```
715

816
## Overview
917

@@ -25,7 +33,7 @@ If you want to test out Ghost locally and just to explore its feature, you can c
2533
- using UTFMB4 encoding (MySQL's UTF8 implementation was limited. UTFMB4 includes Emoji)
2634

2735
## Preparation
28-
- A server somewhere, like Amazon EC2 , Google Compute Cloud or a virutal machine connected to your own network
36+
- A server sitting somewhere, like Amazon EC2 , Google Compute Cloud or a virutal machine connected to your own network
2937
- Register a domain name (either public or within your own network).
3038
- A pair of SSL certificate and key for your domain.
3139
- Access to your domain's DNS.

0 commit comments

Comments
 (0)