参考官方在ubuntu上安装的文档:
How to install & setup Ghost on Ubuntu 16.04, 18.04 and 20.04
创建用户并给权限
1、创建用户vacuity:
[root@VM-0-14-centos ~]# adduser vacuity
2、赋予用户root权限
首先确保文件 /etc/sudoers 中,这行代码未被注释。
%wheel ALL=(ALL) ALL
然后执行:
[root@VM-0-14-centos ~]# usermod -g wheel vacuity
更新yum
[root@VM-0-14-centos ~]# yum update
安装 NGINX
[root@VM-0-14-centos ~]# yum