Skip to content

Commit

Permalink
更新README
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Mar 1, 2015
1 parent 9788467 commit 029e44a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,5 @@ coverage.html

sftp-config.json
handbook.md

npm-shrinkwrap.json
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ Ghost中文版由云应用托管服务商 [点云](http://www.diancloud.com) 主
2. **Docker Image**
你可以在装有Docker的服务器上,运行docker run 命令即可。[安装文档](https://github.com/diancloud/Ghost/wiki/Docker-Image)

docker run -d -p 80:2368 --name=diancloud-ghost diancloud/ghost:0.5.8-zh
docker run -d -p 80:2368 --name=diancloud-ghost diancloud/ghost:0.5.9-zh


3. **源码安装**
下载已发布版本的源码包,使用 npm install 命令安装。[立即下载Ghost-0.5.8-zh](http://cdn.diancloud.com/ghost/releases/Ghost-0.5.8-zh.zip)
下载已发布版本的源码包,使用 npm install 命令安装。[立即下载Ghost-0.5.9-zh](http://cdn.diancloud.com/ghost/releases/Ghost-0.5.9-zh.zip)

* 安装NodeJS。 [安装文档](https://github.com/joyent/node/wiki/Installation)
* 下载Ghost代码。 [即下载Ghost-0.5.8-zh](http://cdn.diancloud.com/ghost/releases/Ghost-0.5.8-zh.zip)
* 下载Ghost代码。 [即下载Ghost-0.5.9-zh](http://cdn.diancloud.com/ghost/releases/Ghost-0.5.9-zh.zip)
* 解压源码。
* 进入代码目录运行 `npm install --production`
* 在代码目录运行 `npm start --production`
Expand Down

0 comments on commit 029e44a

Please sign in to comment.