Browse Source

DOCS update 2 min guide and add troubleshooting link

tags/8.0
MikeBirnstiehl 4 years ago
parent
commit
6bc099d902
1 changed files with 16 additions and 13 deletions
  1. 16
    13
      server/sonar-docs/src/pages/setup/get-started-2-minutes.md

+ 16
- 13
server/sonar-docs/src/pages/setup/get-started-2-minutes.md View File

@@ -3,28 +3,31 @@ title: Get Started in Two Minutes Guide
url: /setup/get-started-2-minutes/
---

[[info]]
| This guides shows you how to install a demo instance. When you are ready to move to production, take some time to read the [Install the Server](/setup/install-server/) documentation.

## Installing from a zip file

1. [Download](https://www.sonarqube.org/downloads/) the SonarQube Community Edition
1. [Download](https://www.sonarqube.org/downloads/) the SonarQube Community Edition.

2. Unzip it, let's say in _C:\sonarqube_ or _/opt/sonarqube_
2. Unzip it, let's say in _C:\sonarqube_ or _/opt/sonarqube_.

3. Start the SonarQube Server:

```
# On Windows, execute:
C:\sonarqube\bin\windows-x86-xx\StartSonar.bat
```
# On Windows, execute:
C:\sonarqube\bin\windows-x86-xx\StartSonar.bat

# On other operating systems, as a non-root user execute:
/opt/sonarqube/bin/[OS]/sonar.sh console
```
# On other operating systems, as a non-root user execute:
/opt/sonarqube/bin/[OS]/sonar.sh console
```

4. Log in to [http://localhost:9000](http://localhost:9000) with System Administrator credentials (admin/admin) and follow the embedded tutorial to analyze your first project.
![](/images/info.svg) If your instance fails to start, check your [logs](/setup/troubleshooting/) to find the cause.

![](/images/exclamation.svg) This play instance is suitable for demonstration purposes, when you are ready to move to production, take some time to read the [Install the Server](/setup/install-server/) documentation.
4. Log in to [http://localhost:9000](http://localhost:9000) with System Administrator credentials (login=admin, password=admin).

## Using Docker
5. Click the **Create new project** button to analyze your first project.

A Docker image of the Community Edition is available on [Docker Hub](https://hub.docker.com/_/sonarqube/), see usage and configuration examples there.
## Using Docker

![](/images/exclamation.svg) This instance is suitable for demonstration or testing purposes only.
A Docker image of the Community Edition is available on [Docker Hub](https://hub.docker.com/_/sonarqube/). You can find usage and configuration examples there.

Loading…
Cancel
Save