当前位置:   article > 正文

Shinobi开源监控项目安装_shinobisystems/shinobi

shinobisystems/shinobi

1.平台:centOS7.8

2.安装:

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

安装过程信息链接:https://ngx.hk/2018/05/19/%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AE%E5%BC%80%E6%BA%90%E7%9A%84%E7%9B%91%E6%8E%A7%E6%91%84%E5%83%8F%E5%A4%B4%E5%BD%95%E5%88%B6%E8%BD%AF%E4%BB%B6shinobi.html

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/211599
推荐阅读
相关标签
  

闽ICP备14008679号