Ghost 开源博客的搭建
简介
Ghost 是一个基于 NodeJs 完全开源的,用于构建和运行现代出版物的强大平台,平台支持博客、杂志、新闻等发布。
它由前 WordPress UI 部门主管 John O’Nolan 和 WordPress 高级工程师 Hannah Wolfe 创立,
目的是为了给用户提供一种更加纯粹的内容写作与发布平台,使命是为世界各地的独立记者和作家创建最好的开源工具。
Ghost 成立于 2013 年 4 月,在 2013 年 9 月份 Ghost 正式向公众发布。
官网
https://ghost.org/docs/install/local/#install-ghost
安装环境
CentOS-7
- Ghost
- Nginx
- Node.js
- Python
- MySQL
安装要求
- Intel x86 or compatible processor
- Minimum of 256 MB RAM
- Minimum of 150 MB hard drive space
- TCP/IP protocol support
- Compatible operantig systems:
- An x86 or x64 Linux operating system.
- A Windows operating system such as Windows Vista, Windows 7, Windows 8, Windows 10, Windows Server 2008 or Windows Server 2012.
- An OS X operating system.
安装 nginx
# 安装
yum install nginx -y
# 配置 nginx 开机启动
systemctl enable nginx
# 启动 nginx 服务
systemctl start nginx
# 查看 nginx 服务是否启动成功
ps -ef | grep nginx
安装 Node.js
# 更新系统
yum -y update
# 安装 EPEL
yum install epel-release -y
# 安装 Node.js 和 npm
yum install nodejs npm --enablerepo=epel
#
#
#
========================================================================================================================================
Package 架构 版本 源 大小