有人可以帮助我安装hygieia吗?我在代码分析方面遇到了问题。下面是仪表板的截图
发布于 2021-09-03 09:17:29
要配置SCM GitHub采集器,请执行以下步骤:
git克隆https://github.com/Hygieia/hygieia-scm-github-collector,然后执行以下步骤:
要将SCM GitHub收集器源代码打包到可执行的JAR文件中,
从源代码安装的\hygieia-scm-github-collector目录运行maven构建:
mvn安装
在hygieia-scm-github-collector\target文件夹中生成输出文件hygieia-scm-github-collector.jar。
设置application.properties文件中的可配置参数以连接到仪表板MongoDB数据库实例,包括GitHub收集器所需的属性。
然后
logging.file=./logs/github.log github.cron=0 0/5 *
github.host=github.com
github.commitThresholdDays=15 github.errorThreshold=1
github.personalAccessToken=
然后保存并转到目标文件夹运行下面的命令
hygieia-scm-github-collector\target>java -jar hygieia-scm-github-收集器.jar
https://stackoverflow.com/questions/68950553
复制相似问题