1.平台:centOS7.8
2.安装:
1.切换root用户
su root(回车,输入密码)
2.安装nodeJs,NPM
sudo yum update
sudo yum install curl -y
curl --silent --location https://rpm.nodesource.com/setup_12.x | bash -
sudo yum install nodejs npm -y
3.安装git
yum install git -y
4.拉取项目master分支(命名为Shinobi,可自定义)
git clone https://gitlab.com/Shinobi-Systems/Shinobi.git Shinobi
5.打开Shinobi目录
cd Shinobi
6.启动安装程序(安装过程信息请参考文档后面链接)
chmod +x INSTALL/centos.sh && INSTALL/centos.sh
7.完成后,在http://localhost:8080在浏览器中打开
注意:如果您安装在远程计算机上,请在Web浏览器中打开IP
8.安装完成后会显示后台登录地址与账号/密码