Running SonarQube on Solaris using Jsvc

北城余情 提交于 2019-12-12 03:25:41

问题


The SonarQube 5.0 documentation states that in order to install SonarQube on AIX, HPUX or Solaris, one must install Java Service Wrapper, which is licensed software.

Is it possible to do this using some free/open source alternative?

There's a Jsvc library by Apache that is used to accomplish the same functionality. I wonder if anyone has successfully managed to use it.


回答1:


We haven't documented it yet, but with SonarQube 5.0+, you can start SonarQube using a simple Java process.

Just open a terminal and run:

java -jar <sq_install_dir>/lib/sonar-application-5.0.jar

This should allow you to run SonarQube on Solaris without needing to install anything else.



来源:https://stackoverflow.com/questions/28492366/running-sonarqube-on-solaris-using-jsvc

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!