1.安装nodejs
参考官方文档安装方式:
在root权限下运行
curl --silent --location https://rpm.nodesource.com/setup_6.x | bash -安装nodejs
yum -y install nodejs
安装编译工具
yum install gcc-c++ makeOK。
2.安装Nginx
创建文件/etc/yum.repos.d/Nginx.repo
[Nginx] name=Nginx repo baseurl=http://Nginx.org/packages/centos/6/$basearch/ gpgcheck=0 enabled=1
安装Nginx
install Nginx完成。 原文链接:https://www.f2er.com/centos/381644.html