Java 如何在我的本地盒子中登录 SonarQube
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/18474762/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to login into SonarQube in my local box
提问by user2723039
I installed the SonarQube 3.7 in my localbox for Maven Projects (Maven 3), I can able to run the sonar and see the metrics. But i could not able to Log In as administrator in localhost:9000, what are the default login credentials for SonarQube after installation?
我在 Maven 项目 (Maven 3) 的本地框中安装了 SonarQube 3.7,我可以运行声纳并查看指标。但是我无法在 localhost:9000 中以管理员身份登录,安装后 SonarQube 的默认登录凭据是什么?
And also i dont see the 'Settings' link on the top bar!
而且我在顶部栏上也没有看到“设置”链接!
采纳答案by David RACODON - QA Consultant
Documentation updated: https://docs.sonarqube.org/display/SONAR/Setup+and+Upgrade(credentials: admin/admin). You'll see the "Settings" link once you've logged in as a System administrator.
文档更新:https: //docs.sonarqube.org/display/SONAR/Setup+and+Upgrade(凭证:admin/admin)。以系统管理员身份登录后,您将看到“设置”链接。