how to use one sonar server on multiple machines(如何在多台机器上使用一个声纳服务器)
问题描述
我正在使用 Java、Eclipse.我已经安装了 &在我的机器上配置了 sonar-server,sonar-runner,它工作正常.我已经使用 http://localhost:9000/
在我的机器上测试了我的项目的代码质量.一切正常.但现在我想使用我机器上的声纳服务器测试另一台机器上的项目的代码质量.(意味着我有 5 台机器,然后我不想安装声纳服务器,声纳运行器在所有机器上,我只是将它安装在一台机器上并想将它用于所有其他机器).
I am using Java,Eclipse.I have installed & configured sonar-server,sonar-runner on my machine,it is working properly.I have tested the code quality of my project on my machine using http://localhost:9000/
. Everything is working fine.But now I want to test code quality of project which is on another machine using sonar server which is on my machine.(Means I have 5 machines then I don't want to install sonar-server,sonar-runner on all machines, I just installed it on one machine & want to use it for all other machines).
如何将声纳服务器连接到另一台或不同机器上的项目.请指导我,如何做到这一点?如何进行设置?
How to connect sonar server to the project which is on another or different machine. Please guide me,how to do this?How to do setup?
推荐答案
在所有其他机器上,您需要安装 Sonar Runner 并将其配置为指向您的远程 Sonar 服务器.为此:编辑conf/sonar-runner.properties"文件以引用远程 Sonar 服务器的 URL 和远程数据库的 JDBC 连接.
On all your other machines, you need to install the Sonar Runner and configure it to point to your remote Sonar server. To do so: edit the "conf/sonar-runner.properties" file to reference the URL of your remote Sonar server and the JDBC connection to your remote database.
所有这些都在这里解释:安装和配置声纳扫描仪
All this is explained here: Installing and Configuring Sonar Scanner
这篇关于如何在多台机器上使用一个声纳服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在多台机器上使用一个声纳服务器
- 如何使用WebFilter实现授权头检查 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01