这里我采用docker的方式搭建,docker搭建看我另一篇博客传送门
安装环境(最好全部在root用户下)
1.nodejs(7.6+)
2.mongodb(2.6+)
3.git
1.安装nodejs
curl --silent --location https://rpm.nodesource.com/setup_8.x | sudo bash -
sudo yum -y install nodejs
sudo yum install nodejs npm --enablerepo=epel
安装构建工具,要从npm编译和安装本地插件,您可能还需要安装构建工具:
sudo yum install gcc-c++ make
2.安装mogodb
vi /etc/yum.repos<