# Introduction

{% hint style="info" %}
We recommend installing SonarQube Community Build from a [Docker image](https://hub.docker.com/_/sonarqube) or [Helm chart](https://artifacthub.io/packages/helm/sonarqube/sonarqube) (Kubernetes/OpenShift). These methods make it easier to update to newer versions and to operate your instance. Install from the ZIP file only if neither of those options is feasible for your environment.
{% endhint %}

This section explains how to install and setup your SonarQube Community Build.

## SonarQube Community Build <a href="#sonarqube-community-build" id="sonarqube-community-build"></a>

* [Server components](/sonarqube-community-build/server-installation/server-components-overview.md)
* [Server host requirements](/sonarqube-community-build/server-installation/server-host-requirements.md)
* **Pre-installation steps**:
  * [On Linux systems](/sonarqube-community-build/server-installation/pre-installation/linux.md)
  * [On Unix-based systems](/sonarqube-community-build/server-installation/pre-installation/unix.md)
  * [On macOS systems](/sonarqube-community-build/server-installation/pre-installation/macos.md)
* **Installing**:
  * [From Docker image](/sonarqube-community-build/server-installation/from-docker-image.md)
  * [On Kubernetes or Openshift](/sonarqube-community-build/server-installation/on-kubernetes-or-openshift.md)
  * [From ZIP file](/sonarqube-community-build/server-installation/from-zip-file.md)
* **Post-installation**:\
  By default, the `sonar-users` group has the **Execute Analysis** global permission, which means that its users can see the branch status of any project, even if they don’t have explicit permissions for it. We recommend that after your trial, you review all global permissions and ensure they comply with your company policy. See [Managing permissions](/sonarqube-community-build/instance-administration/user-management/user-permissions.md#global-permissions) for more information.
* **Network security:**
  * [Reverse proxy and network security](/sonarqube-community-build/server-installation/network-security/securing-behind-proxy.md)
  * [Network rules](/sonarqube-community-build/server-installation/network-security/network-rules.md)

## Database <a href="#database" id="database"></a>

* [Installing database](/sonarqube-community-build/server-installation/installing-the-database.md)

## Next steps <a href="#next-steps" id="next-steps"></a>

After your server is up and running, you’ll need to install one or more Sonar scanners on the machines where the analysis will be performed. See [Project analysis setup](/sonarqube-community-build/analyzing-source-code/overview.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sonarsource.com/sonarqube-community-build/server-installation/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
