用于记录我在使用 GrimoireLab 遇到的各种问题。
# 搭建
在阿里云的云服务器上搭建的实例。使用的是香港的节点,所以拉取镜像的速度会很快。
# 遇到的坑点
ElasticSearch 无法启动
elasticsearch_1 | max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
报错信息是虚内存不够用,无法启动 Elastic。解决办法:
sysctl -w vm.max_map_count=262144 |
# 食用方法
# git
git 不需要配置 config 文件,只要在 projects.json 文件中给出地址就行了:
{ | |
"OpenDigger":{ | |
"meta": { | |
"title": "OpenDigger" | |
}, | |
"git": [ | |
"https://github.com/X-lab2017/open-digger", | |
"https://github.com/X-lab2017/open-digger-website" | |
] | |
} | |
} |
效果图:
可以点击添加 filter。
注意:如果是 private repo 需要在 url 中指定