Running SonarQube on Solaris using Jsvc

2019-09-19 07:42发布

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条回答
戒情不戒烟
2楼-- · 2019-09-19 08:10

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.

查看更多
登录 后发表回答