Giter Site home page Giter Site logo

magicude's People

Contributors

er10yi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

magicude's Issues

magicude_center 报错

magicude_center 报错 这是怎么回事呢。难道是53端口被占用?这个改哪个配置文件呢
image
image

TDL

Todo list for MagiCude

倒叙形式,用于记录后续的开发计划或新功能,及对应功能的上线时间

需要增加的新功能可 提issue提讨论 后评估是否进入TDL

20211231 调整架构,支持docker部署

后续应该是直接使用docker方式部署了,拥抱☁️

任务计划 优先级 完成时间 备注
支持docker-compose方式部署 20220110 #6

20210223 更换前端框架后,遗留部分功能未完成开发

任务计划 优先级 完成时间 备注
Dashboard及任务结果统计 20210826
资产-应用系统与ip关联
系统设置-标签 20211123
数据管理-批量导入 20210908
数据管理-报告下载 20210826
数据管理-数据迁移

预览版bug及解决方案

预览版2

端口冲突时,无法正常部署(已修复)

解决方案,需要修改installAll.sh文件
解压deploy-*.tar.gz后,进入deploy-*/defaultConf目录(*指的是对应的系统)

  1. 增加nginx/default.conf文件api端口的修改
if [ $center_port != 9001 ];then
    logWarn "center服务9001端口被占用,修改center.yml的server端口为$center_port"
    sed -i "s/9001/$center_port/g" ../center.yml
    
    # 增加这行
    sed -i "s/9001/$center_port/g" ../nginx/default.conf
    # 增加这行
fi
  1. 修改启动容器时容器的端口
logInfo "docker创建并运行容器"
docker run -di --name $mysql_name -p $mysql_port:3306 -e MYSQL_ROOT_PASSWORD=8TAQRc9EOkV607qm $mysql >/dev/null 2>&1
docker run -di --name $redis_name  -p $redis_port:6379 redis --requirepass snclGVwsAywx1G2R >/dev/null 2>&1
docker run -di --name $rmq_name -p $rmq_port1:5671 -p $rmq_port2:5672 -p $rmq_port3:4369 -p $rmq_port4:15671 -p $rmq_port5:15672 -p $rmq_port6:25672 rabbitmq:management >/dev/null 2>&1
docker run -di --name $nginx_name -p $nginx_port:80 -v $PWD/../nginx/dist/:/usr/share/nginx/dist/ -v $PWD/../nginx/default.conf:/etc/nginx/conf.d/default.conf -d nginx >/dev/null 2>&1

之后执行./install.sh即可

CentOS 7生成agent部署包错误(已修复)

docker build失败

centos 7,docker yum一键安装的最新版本,
docker build时提示如下内容
unknown flag: --iidfile

度娘说是docker compose版本太高,我降级docker-compose后安装成功,希望后续版本能支持相对高版本的docker-compose,谢谢大佬

登录提示,network error

Check List

Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.

  • I have read the wiki page and FAQ, but there is no information I need.
  • I have searched in existing issues, but did not find a same one.

Issue Description

What

[Tell us about the issue]

Reproduce

[The steps to reproduce this issue. What is the url you were trying to load, where did you put your code, etc.]

Other Comment

[Add anything else here]

源码中缺失相关类

Check List

Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.

  • I have read the wiki page and FAQ, but there is no information I need.
  • I have searched in existing issues, but did not find a same one.

Issue Description

What

WebrawdataService Webrawdata 相关类缺失

Reproduce

[The steps to reproduce this issue. What is the url you were trying to load, where did you put your code, etc.]

Other Comment

[Add anything else here]

安装建议

安装部署过程较复杂,能否简化,
1.可以一键部署
2.docker容器部署
3.直接部署好的虚拟机

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.