cd /home mkdir latazu cd latazu wget http://nodejs.org/dist/v0.10.36/node-v0.10.36.tar.gz wget http://cdn.diancloud.com/ghost/releases/Ghost-0.5.8-zh.zip
编译安装nodejs(make的过程有点长,耐心等待)
1 2 3 4
tar zxvf node-v0.10.36.tar.gz cd node-v0.10.36 ./configure make && make install
解压ghost文件,并配置ghost配置文件config.js
1 2 3 4 5
cd ../ unzip Ghost-0.5.8-zh.zip -d ghost cd ghost cp config.example.js config.js vi config.js