
Ghost 1.0 版本更新
有一段時間沒寫新的Note,Ghost已經來到1.0版本。今次更新時發現了有新的安裝方式 - Ghost CLI,喜歡嘗新的我馬上就來試試Ghost 1.0有什麼新功能。
Ghost CLI
現在官方推薦使用Ghost CLI作為安裝方式,使用 npm 安裝即可。舊版本用戶也建議使用Ghost CLI安裝全新的Ghost。
$ npm install g [email protected]
然後可以開一個新資料夾,簡單使用 ghost install
$ mkdir /root/ghost
$ cd /root/ghost
$ ghost install
然後會問你一些問題來設定你的Ghost
? Enter your blog URL:
? Enter your MySQL hostname:
? Enter your MySQL username:
? Enter