/Jilife.Ghost

Just a blogging platform

Primary LanguageJavaScriptMIT LicenseMIT

Ghost的定制版

原版说明见Ghost。使用postgre数据库,并考虑更换评论系统。

快速使用:

  1. npm install -g grunt-cli
  2. npm install
  3. grunt init (and grunt prod if you want to run Ghost in production mode)
  4. npm start

如果出现错误,一定是网络问题。删除“node_modules”和“bower_components”目录后,重试。

windows环境下postgre数据库使用

  1. pgAdmin 中创建数据库jilifer
  2. 将pg_config.exe所在目录放到PATH环境变量中
  3. Windows的CMD中set NODE_ENV=devpg,或者在powershell中$env:NODE_ENV="devpg"
  4. npm start有必要的话,先grunt initnpm start