diff --git a/docs/VERSION b/docs/VERSION deleted file mode 100644 index 5e0a0f1d665..00000000000 --- a/docs/VERSION +++ /dev/null @@ -1 +0,0 @@ -v5.0 diff --git a/docs/sources/installation/debian.md b/docs/sources/installation/debian.md index da0330aa2f6..2f50db74387 100644 --- a/docs/sources/installation/debian.md +++ b/docs/sources/installation/debian.md @@ -13,17 +13,13 @@ weight = 1 # Installing on Debian / Ubuntu -Description | Download ------------- | ------------- -Stable for Debian-based Linux | [x86-64](https://grafana.com/grafana/download?platform=linux) -Stable for Debian-based Linux | [ARM64](https://grafana.com/grafana/download?platform=arm) -Stable for Debian-based Linux | [ARMv7](https://grafana.com/grafana/download?platform=arm) - Read [Upgrading Grafana]({{< relref "installation/upgrading.md" >}}) for tips and guidance on updating an existing installation. -## Install Stable +## Download +Go to the [download page](https://grafana.com/grafana/download?platform=linux) for the latest download +links. ```bash wget @@ -31,13 +27,7 @@ sudo apt-get install -y adduser libfontconfig1 sudo dpkg -i grafana__amd64.deb ``` -Example: - -```bash -wget https://dl.grafana.com/oss/release/grafana_5.4.2_amd64.deb -sudo apt-get install -y adduser libfontconfig1 -sudo dpkg -i grafana_5.4.2_amd64.deb -``` +You will find package urls on the [download page](https://grafana.com/grafana/download?platform=linux). ## APT Repository diff --git a/docs/sources/installation/rpm.md b/docs/sources/installation/rpm.md index 5f32a3e23af..34fe6e53d96 100644 --- a/docs/sources/installation/rpm.md +++ b/docs/sources/installation/rpm.md @@ -13,15 +13,14 @@ weight = 2 # Installing on RPM-based Linux (CentOS, Fedora, OpenSuse, RedHat) -Description | Download ------------- | ------------- -Stable for CentOS / Fedora / OpenSuse / Redhat Linux | [x86-64](https://grafana.com/grafana/download?platform=linux) -Stable for CentOS / Fedora / OpenSuse / Redhat Linux | [ARM64](https://grafana.com/grafana/download?platform=arm) -Stable for CentOS / Fedora / OpenSuse / Redhat Linux | [ARMv7](https://grafana.com/grafana/download?platform=arm) +Read [Upgrading Grafana]({{< relref "installation/upgrading.md" >}}) for tips and guidance on updating an existing +installation. -Read [Upgrading Grafana]({{< relref "installation/upgrading.md" >}}) for tips and guidance on updating an existing installation. +## Download + +Go to the [download page](https://grafana.com/grafana/download?platform=linux) for the latest download +links. -## Install Stable You can install Grafana using Yum directly. @@ -29,11 +28,7 @@ You can install Grafana using Yum directly. $ sudo yum install ``` -Example: - -```bash -$ sudo yum install https://dl.grafana.com/oss/release/grafana-5.4.2-1.x86_64.rpm -``` +You will find package urls on the [download page](https://grafana.com/grafana/download?platform=linux). Or install manually using `rpm`. First execute @@ -41,12 +36,6 @@ Or install manually using `rpm`. First execute $ wget ``` -Example: - -```bash -$ wget https://dl.grafana.com/oss/release/grafana-5.4.2-1.x86_64.rpm -``` - ### On CentOS / Fedora / Redhat: ```bash