开源实例之Ghost
前言
Ghost is a powerful app for new-media creators to publish, share, and grow a business around their content. It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members.
Ghost 是一个开源的博客平台, 可以把他看作 WordPress 的一个挑战者。
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
服务端 | Node.js 16 |
数据库 | SQLite 3 |
程序 | Ghost 5.55.2 |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Node.js
安装程序
官网地址:https://ghost.org
仓库地址:https://github.com/tryghost/ghost
Docker 部署
docker run -d --name some-ghost -e NODE_ENV=development ghost
本地部署
npm install ghost-cli -g
ghost install
实例体验
后记
本实例仅供参考,不定期重置数据。