文件名称:persistent-ghost:用于在 Nodejitsu 上部署 Ghost 博客的包装器
文件大小:11KB
文件格式:ZIP
更新时间:2024-07-28 01:16:53
JavaScript
持久的幽灵 博客周围的小包装器可以部署到 Nodejitsu。 这个包装器的目标是持久化内容。 sqlite数据库和content目录都持久化到 MongoDB GridFS。 如何使用 最简单的方法是jitsu install ghost ,它会为您完成第 1 步和第 2 步。 它默认为数据库名称:'ghost-blog'。 要进行更细粒度的控制,您可以按照以下三个步骤进行操作。 通过 github 克隆此模块或直接从界面下载版本。 git clone git@github.com:nodejitsu/persistent-ghost.git 通过 webops 接口或 jitsu CLI 创建 MongoDB 数据库jitsu databases create mongo blog ,其中 blog 是数据库名称。 将连接字符串添加到。 或者,您可以配置电子邮件服务。 有关更多详细
【文件预览】:
persistent-ghost-master
----.gitignore(46B)
----package.json(809B)
----LICENSE(1KB)
----index.js(2KB)
----README.md(3KB)
----config()
--------index.js(924B)
--------post-install.js(1KB)
--------example.js(656B)
----lib()
--------post-startup.js(2KB)
--------mongo.js(3KB)
--------pre-startup.js(4KB)
----.npmignore(46B)