有为 有守 有趣
  • 生活碎碎念
  • 我家包子
  • 一起学习
  • 以兴趣为工作
  • 140041?
Subscribe

Ghost

A collection of 1 post
在CentOS 7.2上安装Ghost
以兴趣为工作

在CentOS 7.2上安装Ghost

最近准备在一个项目中使用一个轻量级的博客做项目的公开文档平台,项目文档本身是用markdown格式写的,因此使用Ghost就是顺理成章的了。花了一个小时在项目服务器(阿里云ECS,操作系统CentOS 7.2 64位)上完成了初始安装,步骤如下: 1. 登录到服务器,更新软件,确认wget,unzip,node,npm这些软件都有 yum update -y 2. 下载最新版Ghost wget https://ghost.org/zip/ghost-latest.zip 3. 创建准备安装Ghost的目录,zip压缩包解压缩到这里 mkdir /yourGhostPath/ghost unzip -d /yourGhostPath/ghost ghost-latest.zip 4. 安装Ghost cd /yourGhostPath/ghost npm install --production
May 18, 2017 — 2 min read
有为 有守 有趣 © 2025
Powered by Ghost