查看: 2113|回复: 0

ARL灯塔部署

[复制链接]
  • TA的每日心情
    开心
    7 天前
  • 签到天数: 26 天

    [LV.4]偶尔看看III

    发表于 2024-11-26 22:30:08 | 显示全部楼层 |阅读模式
    系统要求:Contos 7.x
    1.png
    # 换源准备

    因为Contos 7.x已经停止服务了,所以需要先换阿里源,最小安装是没有wget的,可以用curl代替

    curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo     # 下载源文件

    yum clean all     #清除缓存

    yum makecache     #缓存阿里云源

    yum update     #更新包

    yum install wget     #安装wget

    # 安装灯塔

    wget https://raw.githubusercontent.co ... r/misc/setup-arl.sh     #下载安装脚本

    chmod +x setup-arl.sh     #赋予权限

    ./setup-arl.sh     #执行安装脚本(执行安装脚本后,根据需要选择是docker安装还是源码安装)


    如果是源码安装,可以使用以下命令确认是否运行成功

    systemctl status mongod
    systemctl status rabbitmq-server
    systemctl status arl-web
    systemctl status arl-worker
    systemctl status arl-worker-github
    systemctl status arl-scheduler
    systemctl status nginx

    ARL-Web页面:https://IP:5003/:账号:admin,密码:arlpass或honmashironeko
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 注册

    本版积分规则

    指导单位

    江苏省公安厅

    江苏省通信管理局

    浙江省台州刑侦支队

    DEFCON GROUP 86025

    旗下站点

    邮箱系统

    应急响应中心

    红盟安全

    联系我们

    官方QQ群:112851260

    官方邮箱:security#ihonker.org(#改成@)

    官方核心成员

    Archiver|手机版|小黑屋| ( 苏ICP备2021031567号 )

    GMT+8, 2024-12-22 00:37 , Processed in 0.021878 second(s), 13 queries , Gzip On, MemCache On.

    Powered by ihonker.com

    Copyright © 2015-现在.

  • 返回顶部