Project Activity

See All Activity >

License

GNU Library or Lesser General Public License version 3.0 (LGPLv3)

Follow Sonar Native Packages

Sonar Native Packages Web Site

You Might Also Like
Top-Rated Free CRM Software Icon
Top-Rated Free CRM Software

216,000+ customers in over 135 countries grow their businesses with HubSpot

HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
0
1
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

User Reviews

  • When you're deploying onto Enterprise Linux distros, having software available in RPM formats is almost always welcomed. It tends to greatly ease installation and lifecycle management of a given tool. This packaging definitely addresses most of the issues with installing Sonarqube vice the ZIP-based install of the naked Java application. Only real shortfalls I've found, to date, are related to running the software on EL7 specifically: * While the RPM includes legacy init scripts, it does not include systemd unit files (easily-enough rectified). The RPM creates a service-account to run things under (sonar) and installs most files as that account. However (at least on EL7), if you just start things up using the default start-scripts, it starts as root. This will prevent the embedded ElastiCache elements from running. So, when you rectify the lack of the systemd unit file, ensure the one you create includes appropriate 'User=' and 'Group=' directives. * Similarly, the embedded Elasticache needs some ulimit tuning. This is also addressable with an appropriate 'LimitNOFILE' directive in your systemd unit file. * The embedded ElastiCache also needs a `sysctl` tune for 'vm.max_map_count' made. Would probably recommend to the package-maintainer to either add an appropriate '/etc/sysctl.d/sonarqube' file to the RPM-manifest or a '%post' script that takes care of things. Similarly, if your EL host has been hardened (and if you're compelled to install this tool on EL, you're likely operating under a hardening-mandate), you will need to ensure that Elasticache's JVM is configured to point to a directory that does not live on a filesystem that has the 'noexec' attribute set. This can be done via the 'sonar.properties' file by adding a line similar to 'sonar.search.javaAdditionalOpts=-Djava.io.tmpdir=/ELASTICSEARCH/TEMP/PATH'
Read more reviews >

Additional Project Details

Operating Systems

Linux

Registered

2011-11-21