[v9.5.x] docs: clarifies that only OSS or Enterprise are installed (#70627)
docs: clarifies that only OSS or Enterprise are installed (#70619)
* clarifies that only OSS or Enterprise are installed, not both
* Apply suggestions from code review
(cherry picked from commit f77a886f0e)
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
This commit is contained in:
co-authored by
Christopher Moyer
parent
f2cee74902
commit
51ae8e5857
@@ -1,10 +1,11 @@
|
||||
---
|
||||
description: Includes topics for setting up a Grafana instance.
|
||||
title: Setup
|
||||
title: Set up Grafana
|
||||
menuTitle: Set up
|
||||
weight: 10
|
||||
---
|
||||
|
||||
# Setup
|
||||
# Set up Grafana
|
||||
|
||||
This section includes information that helps you get Grafana up and running.
|
||||
|
||||
|
||||
@@ -51,16 +51,22 @@ Complete the following steps to install Grafana from the APT repository:
|
||||
echo "deb [signed-by=/usr/share/keyrings/grafana.key] https://apt.grafana.com beta main" | sudo tee -a /etc/apt/sources.list.d/grafana.list
|
||||
```
|
||||
|
||||
1. After you add the repository, run the following commands to install the OSS or Enterprise release:
|
||||
1. Run the following command to update the list of available packages:
|
||||
|
||||
```bash
|
||||
# Update the list of available packages
|
||||
sudo apt-get update
|
||||
```
|
||||
|
||||
# Install the latest OSS release:
|
||||
1. Run one of the following commands to install the OSS or Enterprise release:
|
||||
|
||||
```bash
|
||||
# To install the latest OSS release:
|
||||
sudo apt-get install grafana
|
||||
```
|
||||
|
||||
# Install the latest Enterprise release:
|
||||
```bash
|
||||
# To install the latest Enterprise release:
|
||||
sudo apt-get install grafana-enterprise
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user