Commit 1d2a7a2c by Diana Payton Committed by Emil Tullstedt

Docs: Update debian.md (#20910)

Minor edits
parent 6f468c67
...@@ -14,7 +14,6 @@ weight = 200 ...@@ -14,7 +14,6 @@ weight = 200
# Install on Debian or Ubuntu # Install on Debian or Ubuntu
This page explains how to install Grafana dependencies, download and install Grafana, get the service up and running on your system, and the package details. This page explains how to install Grafana dependencies, download and install Grafana, get the service up and running on your system, and the package details.
aster
**Note on upgrading:** While the process for upgrading Grafana is very similar to installing Grafana, there are some key backup steps you should perform. Read [Upgrading Grafana]({{< relref "installation/upgrading.md" >}}) for tips and guidance on updating an existing installation. **Note on upgrading:** While the process for upgrading Grafana is very similar to installing Grafana, there are some key backup steps you should perform. Read [Upgrading Grafana]({{< relref "installation/upgrading.md" >}}) for tips and guidance on updating an existing installation.
...@@ -26,9 +25,7 @@ You can install Grafana using our official APT repository, by downloading a `.de ...@@ -26,9 +25,7 @@ You can install Grafana using our official APT repository, by downloading a `.de
### Install from APT repository ### Install from APT repository
On some older versions of Ubuntu and Debian you may need to install the On some older versions of Ubuntu and Debian you may need to install the `apt-transport-https` package which is needed to fetch packages over HTTPS.
`apt-transport-https` package which is needed to fetch packages over
HTTPS.
```bash ```bash
sudo apt-get install -y apt-transport-https sudo apt-get install -y apt-transport-https
...@@ -40,13 +37,13 @@ Install any missing dependencies: ...@@ -40,13 +37,13 @@ Install any missing dependencies:
sudo apt-get install -y software-properties-common wget sudo apt-get install -y software-properties-common wget
``` ```
Install the repository for stable releases: Add this repository for stable releases:
```bash ```bash
sudo add-apt-repository "deb https://packages.grafana.com/oss/deb stable main" sudo add-apt-repository "deb https://packages.grafana.com/oss/deb stable main"
``` ```
There is a separate repository if you want beta releases: Add this repository if you want beta releases:
```bash ```bash
sudo add-apt-repository "deb https://packages.grafana.com/oss/deb beta main" sudo add-apt-repository "deb https://packages.grafana.com/oss/deb beta main"
...@@ -67,11 +64,9 @@ sudo apt-get install grafana ...@@ -67,11 +64,9 @@ sudo apt-get install grafana
### Install .deb package ### Install .deb package
Go to the [Linux download page](https://grafana.com/grafana/download?platform=linux) for the latest download Go to the [Linux download page](https://grafana.com/grafana/download?platform=linux) for the latest download links.
links.
If you use ARM, then use the [ARM download page](https://grafana.com/grafana/download?platform=arm) for the latest download If you use ARM, then use the [ARM download page](https://grafana.com/grafana/download?platform=arm) for the latest download links.
links.
```bash ```bash
sudo wget <.deb package url> sudo wget <.deb package url>
...@@ -102,7 +97,6 @@ To start the service using systemd: ...@@ -102,7 +97,6 @@ To start the service using systemd:
```bash ```bash
sudo systemctl daemon-reload sudo systemctl daemon-reload
sudo systemctl start grafana-server sudo systemctl start grafana-server
sudo systemctl status grafana-server
``` ```
Verify that the service has started: Verify that the service has started:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment