ARL灯塔部署

ARL灯塔部署

系统要求:Contos 7.x

1

 

换源准备

因为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.com/Aabyss-Team/ARL/master/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

© 版权声明
THE END
喜欢就支持一下吧
点赞11 分享
评论 共1条
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片