Lighthouse Asset System (ARL) Deployment

ARL information collection tool installation

ps: Since the lighthouse is based on docker, you need to install docker and docker-compose in advance

1. GitHub clone ARL

git clone https://github.com/TophantTechnology/ARL

2. Enter the docker folder under the ARL folder

insert image description here

3. Create a container data volume

docker volume create --name=arl_db

4. Start ARL

docker-compose up -d

5. Login to ARL

https://ip:5003/   账号:admin  密码:arlpass

insert image description here

6. Configuration strategy

Deliver tasks by configuring retrieval policies

insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here

Guess you like

Origin blog.csdn.net/qq_44484541/article/details/130811197