Installation
Installation
The Enterprise Edition is the default and recommended edition. It includes all the features of the OSS Edition, can be used for free and can be upgraded to the full Enterprise feature set, including support for Enterprise plugins.
Install from APT
Complete the following steps to install Grafana from the APT repository
Install the prerequisite packages:
sudo apt-get install -y apt-transport-https software-properties-common wgetImport the GPG key:
sudo mkdir -p /etc/apt/keyrings/ wget -q -O - https://apt.grafana.com/gpg.key | gpg --dearmor | sudo tee /etc/apt/keyrings/grafana.gpg > /dev/nullTo add a repository for stable releases, run the following command:
echo "deb [signed-by=/etc/apt/keyrings/grafana.gpg] https://apt.grafana.com stable main" | sudo tee -a /etc/apt/sources.list.d/grafana.listRun the following command to update the list of available packages:
sudo apt-get updateTo install Grafana Enterprise, run the following command:
sudo apt-get install grafana-enterprise
Download and install
For Ubuntu/Debian, run the below command to install the Grafana enterprise
Refrences
Last updated