Skip to content

Commit

Permalink
Add installing ghost cli information
Browse files Browse the repository at this point in the history
  • Loading branch information
robincher committed Feb 11, 2018
1 parent c9ba20d commit f419b40
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand Down

0 comments on commit f419b40

Please sign in to comment.