資產燈塔系統ARL安裝使用


1、拉取鏡像

docker pull tophant/arl

2、docker-compose 啟動

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

docker-compose up -d   #執行這條命令遇到一個錯誤

ERROR: Volume arl_db declared as external, but could not be found. Please create the volume manually using `docker volume create --name=arl_db` and try again.

docker volume create --name=arl_db	#執行完解決問題

#解決完錯誤再執行一次這個命令
docker-compose up -d

6、登錄頁面

  • 默認端口5003, 默認用戶名密碼admin/arlpass

  • 需要注意的是用 httpshttps://ip:5003 瀏覽器最好使用谷歌

  • 訪問不了的,考慮防火牆是否開放了5003端口

7、關閉了,啟動,啟動需要有docker-compose.yml

[root@localhost ARL]# ls
3000  app  arl_tool  Disclaimer.md  docker  image  Readme.md  requirements.txt  test
[root@localhost ARL]# docker-compose up -d
ERROR: 
        Can't find a suitable configuration file in this directory or any
        parent. Are you in the right directory?

        Supported filenames: docker-compose.yml, docker-compose.yaml, compose.yml, compose.yaml


#啟動需要有docker-compose.yml,要加這個參數或者進入到該文件目錄底下再執行命令
[root@localhost ARL]# cd docker/
[root@localhost docker]# ls
arl_web.log  arl_worker.log  config-docker.yaml  docker-compose.yml  frontend  image  mongo-init.js  nginx.conf  worker


[root@localhost docker]# docker-compose up -d
arl_rabbitmq is up-to-date
arl_mongodb is up-to-date
arl_worker is up-to-date
Starting arl_web ...
Starting arl_web ... done


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM