docs>tutorial:improve set up section (#93988)

* docs>tutorial:improve set up section

* removed section

* simplified content/fixed link
This commit is contained in:
antonio 2024-09-30 12:05:39 +02:00 committed by GitHub
parent 7bca69849f
commit e6c962e37c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,31 +49,43 @@ Before you dive in, remember that you can [explore advanced topics like alert in
{{< /docs/ignore >}}
<!-- INTERACTIVE page intro.md END -->
<!-- INTERACTIVE page step1.md START -->
<!-- INTERACTIVE ignore START -->
{{< docs/ignore >}}
## Set up the Grafana stack
{{< /docs/ignore >}}
## Before you begin
### Grafana Cloud users
There are different ways you can follow along with this tutorial.
As a Grafana Cloud user, you don't have to install anything.
### Grafana Cloud
<!-- INTERACTIVE ignore START -->
As a Grafana Cloud user, you don't have to install anything. [Create your free account](http://grafana.com/auth/sign-up/create-user).
Continue to [Create a contact point](#create-a-contact-point).
<!-- INTERACTIVE ignore END -->
### Interactive learning environment
### Grafana OSS users
Alternatively, you can try out this example in our interactive learning environment: [Get started with Grafana Alerting](https://killercoda.com/grafana-labs/course/grafana/alerting-get-started/).
In order to run a Grafana stack locally, ensure you have the following applications installed.
It's a fully configured environment with all the dependencies already installed.
### Grafana OSS
If you opt to run a Grafana stack locally, ensure you have the following applications installed:
- [Docker Compose](https://docs.docker.com/get-docker/) (included in Docker for Desktop for macOS and Windows)
- [Git](https://git-scm.com/)
#### Set up the Grafana Stack (OSS users)
#### Set up the Grafana stack (OSS users)
To demonstrate the observation of data using the Grafana stack, download the files to your local machine.
<!-- INTERACTIVE ignore END -->
To demonstrate the observation of data using the Grafana stack, download and run the following files.
1. Clone the [tutorial environment repository](https://www.github.com/grafana/tutorial-environment).
@ -135,19 +147,6 @@ To demonstrate the observation of data using the Grafana stack, download the fil
{{< /docs/ignore >}}
<!-- INTERACTIVE ignore START -->
{{< admonition type="tip" >}}
Alternatively, you can try out this example in our interactive learning environment: [Get started with Grafana Alerting](https://killercoda.com/grafana-labs/course/grafana/alerting-get-started/).
It's a fully configured environment with all the dependencies already installed.
![Interactive](/media/docs/grafana/full-stack-ile.png)
Provide feedback, report bugs, and raise issues in the [Grafana Killercoda repository](https://github.com/grafana/killercoda).
{{< /admonition >}}
<!-- INTERACTIVE ignore END -->
<!-- INTERACTIVE page step1.md END -->
<!-- INTERACTIVE page step2.md START -->