系统环境
centos 7.7
node 12.10
ghost3
node安装
wget https://npm.taobao.org/mirrors/node/latest-v12.x/node-v12.10.0.tar.gz
tar xf node-v12.10.0.tar.gz
mv node-v12.10.0 /web/soft/node
环境配置 /etc/profile
export NODE_HOME=/web/soft/node
export PATH=$NODE_HOME/bin:$PATH
环境变量生效
source /etc/profile
ghost安装
npm配置国内源
# 配置
npm config set registry https://registry.npm.taobao.org
# 验证
npm config get registry
安装ghost-cli工具
$ npm install ghost-cli -g
然后,如果在本地安装,请添加local
标记以在一分钟内启动并运行- 本地安装文档
ghost install local