准备

1、域名
2、注册开发者账号
3、开发者后台配置服务器信息

配置服务

搭建HTTP服务

安装NodeJS和NPM

执行下面的命令安装:

1
2
curl --silent --location https://rpm.nodesource.com/setup_8.x | sudo bash -
yum install nodejs -y
个人博客