You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10-2
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,15 @@ Quick start docker composition for Ghost blog with Node, NGINX proxy with TLS/SS
3
3
4
4
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.
5
5
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
+
```
7
15
8
16
## Overview
9
17
@@ -25,7 +33,7 @@ If you want to test out Ghost locally and just to explore its feature, you can c
25
33
- using UTFMB4 encoding (MySQL's UTF8 implementation was limited. UTFMB4 includes Emoji)
26
34
27
35
## 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
29
37
- Register a domain name (either public or within your own network).
30
38
- A pair of SSL certificate and key for your domain.
0 commit comments