http://docs.ghost.org/installation/windows/
不会安装的童鞋可以到这里论坛看看
此教程只说windows下的安装:
mac的安装教程请移步这里
mac版安装
linux安装
准备工作安装运行环境
第一步
nodejs请猛戳这里
NodeJS官网
32,64位下载:
第二步
下载ghost博客程序
猛戳这里
具体步骤请看下图如果看不明白,右键查看原图
![](https://s3-eu-west-1.amazonaws.com/ghost-website-cdn/install-ghost-win-2.gif)
如果你在安装过程中没有成功,出现了不同的错误。可以让程序执行N遍之后再重新试试。博主我就不是一次成功的我执行了两次
npm install --production//安装程序
npm start //启动程序
![running](http://www.lookcss.com/wp-content/uploads/2013/10/running.png)
成功后会有绿色文字提示:成功博客地址是http://127.0.0.1:2368/
![ghostblog](http://www.lookcss.com/wp-content/uploads/2013/10/ghostblog.png)
对了忘记说后台地址了:http://127.0.0.1:2368/ghost/
以下是写博客快捷键参考:↓
Result |
Markdown |
Shortcut |
Bold |
**text** |
Ctrl / Cmd + B |
Emphasize |
__text__ |
Ctrl / Cmd + I |
Inline Code |
`code` |
Cmd + K / Ctrl + Shift + K |
Strike-through |
~~text~~ |
Ctrl + Alt + U |
Link |
[title](http://) |
Ctrl + Shift + L |
Image |
![alt](http://) |
Ctrl + Shift + I |
List |
* item |
Ctrl + L |
Blockquote |
> quote |
Ctrl + Q |
H1 |
# Heading |
Ctrl + Alt + 1 |
H2 |
## Heading |
Ctrl + Alt + 2 |
H3 |
### Heading |
Ctrl + Alt + 3 |
H4 |
#### Heading |
Ctrl + Alt + 4 |
H5 |
##### Heading |
Ctrl + Alt + 5 |
H6 |
###### Heading |
Ctrl + Alt + 6 |
Select Word |
|
Ctrl + Alt + W |
Uppercase |
|
Ctrl + U |
Lowercase |
|
Ctrl + Shift + U |
Titlecase |
|
Ctrl + Alt + Shift + U |
Insert Current Date |
|
Ctrl + Shift + 1 |