Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AabyssZG authored Jul 27, 2024
1 parent 71b3377 commit 9405b54
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
- **脚本现以支持国内服务器安装建议用源码安装,Docker安装采用Docker镜像加速的方式可能会不稳定抽风现象建议源码安装**
- **安装完成便自带7000+指纹**

---

### 1.1 如何安装ARL

**ARL安装命令如下(源码安装和Docker安装合一)**

```
Expand All @@ -23,7 +27,21 @@ 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`

如果选择的是Docker安装,拉取完镜像开始跑容器后,要进入容器执行脚本:

```
//在安装完成之后进入容器
Expand All @@ -33,12 +51,14 @@ docker exec -it arl /bin/bash
bash /root/arl/set.sh
```

前往ARL-Web页面:`https://IP:5003/`

账号:`admin`,密码:`honmashironeko`
Docker安装后,请前往ARL-Web页面:`https://IP:5003/`:账号:`admin`,密码:`honmashironeko`

> ~~本项目已经替换完毕:如需构建本项目,在拉取和运行脚本时,要将 `TophantTechnology/ARL` / `1c3z/ARL-NPoC` / `1c3z/arl_files` 这三个字符串替换为 `Aabyss-Team/ARL` / `Aabyss-Team/ARL-NPoC` / `Aabyss-Team/arl_files`~~
---

### 1.2 问题反馈

近期发现本项目的Issues和Bug比较多,有问题欢迎进群咨询:

<table>
Expand All @@ -48,7 +68,7 @@ bash /root/arl/set.sh
</tr>
</table>

### 万分感谢各位师傅的Star
### 1.3 万分感谢各位师傅的Star

[![Star History Chart](https://api.star-history.com/svg?repos=Aabyss-Team/ARL&type=Date)](https://star-history.com/#Aabyss-Team/ARL&Date)

Expand Down

0 comments on commit 9405b54

Please sign in to comment.