From 4a2d86750eca720e3b9fb6a5653be2da808dc47e Mon Sep 17 00:00:00 2001 From: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Date: Fri, 7 Apr 2023 10:12:50 -0500 Subject: [PATCH] Docs: removes start server content, updates links (#66172) removes start server content, updates links --- .../installation/debian/index.md | 73 ------------------- .../setup-grafana/installation/mac/index.md | 4 - .../installation/redhat-rhel-fedora/index.md | 2 +- .../installation/suse-opensuse/index.md | 2 +- .../installation/windows/index.md | 4 - 5 files changed, 2 insertions(+), 83 deletions(-) diff --git a/docs/sources/setup-grafana/installation/debian/index.md b/docs/sources/setup-grafana/installation/debian/index.md index bb15faf7830..396d95e3a73 100644 --- a/docs/sources/setup-grafana/installation/debian/index.md +++ b/docs/sources/setup-grafana/installation/debian/index.md @@ -80,79 +80,6 @@ Complete the following steps to install Grafana using DEB or the standalone bina 1. Depending on which system you are running, click the **Linux** or **ARM** tab on the download page. 1. Copy and paste the code from the installation page into your command line and run. -## 2. Start the server - -The following sections provide instructions for starting the `grafana-server` process as the `grafana` user, which was created during the package installation. - -If you installed with the APT repository or `.deb` package, then you can start the server using `systemd` or `init.d`. If you installed a binary `.tar.gz` file, then you need to execute the binary. - -> **Note:** The following subsections describe three methods of starting the Grafana server: with systemd, initd, or by directly running the binary. You should follow only one set of instructions, depending on how your machine is configured. - -### Start the Grafana server with systemd - -Complete the following steps to start the Grafana server with systemd and verify that it is running: - -1. To start the service, run the following commands: - - ```bash - sudo systemctl daemon-reload - sudo systemctl start grafana-server - sudo systemctl status grafana-server - ``` - -1. To verify that the service is running, run the following command: - - ``` - sudo systemctl status grafana-server - ``` - -1. To configure the Grafana server to start at boot, run the following command: - - ```bash - sudo systemctl enable grafana-server.service - ``` - -#### Serve Grafana on a port < 1024 - -{{< docs/shared "systemd/bind-net-capabilities.md" >}} - -### Start the server with init.d - -Complete the following steps to start the Grafana service and verify that it is running: - -1. To start the Grafana server, run the following commands: - - ```bash - sudo service grafana-server start - sudo service grafana-server status - ``` - -1. To verify that the service is running, run the following command: - - ``` - sudo service grafana-server status - ``` - -1. To configure the Grafana server to start at boot, run the following command: - - ```bash - sudo update-rc.d grafana-server defaults - ``` - -### Start the server using the binary - -The `grafana-server` binary .tar.gz needs the working directory to be the root install directory where the binary and the `public` folder are located. - -To start the Grafana server, run the following command: - -```bash -./bin/grafana-server -``` - -## Upgrade Grafana - -While the process for upgrading Grafana is similar to installing Grafana, there are important backup tasks you should perform. Refer to [Upgrade Grafana]({{< relref "../../../upgrade-guide/" >}}) for guidance on updating an existing installation. - ## Next steps - [Start the Grafana server]({{< relref "../../start-restart-grafana/" >}}) diff --git a/docs/sources/setup-grafana/installation/mac/index.md b/docs/sources/setup-grafana/installation/mac/index.md index 98bf75ac5e4..71b8c46828c 100644 --- a/docs/sources/setup-grafana/installation/mac/index.md +++ b/docs/sources/setup-grafana/installation/mac/index.md @@ -57,10 +57,6 @@ To install Grafana on macOS using the standalone binaries, complete the followin ./bin/grafana-server ``` -## Upgrade Grafana - -While the process for upgrading Grafana is very similar to installing Grafana, there are important backup tasks you should perform. Refer to [Upgrade Grafana]({{< relref "../../../upgrade-guide/" >}}) for guidance on updating an existing installation. - ## Next steps - [Start the Grafana server]({{< relref "../../start-restart-grafana/" >}}) diff --git a/docs/sources/setup-grafana/installation/redhat-rhel-fedora/index.md b/docs/sources/setup-grafana/installation/redhat-rhel-fedora/index.md index 60a6f12dd14..d54c67aaa9e 100644 --- a/docs/sources/setup-grafana/installation/redhat-rhel-fedora/index.md +++ b/docs/sources/setup-grafana/installation/redhat-rhel-fedora/index.md @@ -99,4 +99,4 @@ Complete the following steps to install Grafana using the standalone binaries: ## Next steps -Refer to [Start the Grafana server]({{< relref "../start-restart-grafana/" >}}). +Refer to [Start the Grafana server]({{< relref "../../start-restart-grafana/" >}}). diff --git a/docs/sources/setup-grafana/installation/suse-opensuse/index.md b/docs/sources/setup-grafana/installation/suse-opensuse/index.md index d6aee092d07..bb31b27831d 100644 --- a/docs/sources/setup-grafana/installation/suse-opensuse/index.md +++ b/docs/sources/setup-grafana/installation/suse-opensuse/index.md @@ -81,4 +81,4 @@ Complete the following steps to install Grafana using the standalone binaries: ## Next steps -Refer to [Start the Grafana server]({{< relref "../start-restart-grafana/" >}}). +Refer to [Start the Grafana server]({{< relref "../../start-restart-grafana/" >}}). diff --git a/docs/sources/setup-grafana/installation/windows/index.md b/docs/sources/setup-grafana/installation/windows/index.md index 51be167d01e..e03676842bf 100644 --- a/docs/sources/setup-grafana/installation/windows/index.md +++ b/docs/sources/setup-grafana/installation/windows/index.md @@ -54,10 +54,6 @@ Start Grafana by executing `grafana-server.exe`, located in the `bin` directory, Port `8080` should not require extra Windows privileges. -## Upgrade Grafana - -While the process for upgrading Grafana is very similar to installing Grafana, there are important backup tasks you should perform. Refer to [Upgrade Grafana]({{< relref "../../../upgrade-guide/" >}}) for guidance on updating an existing installation. - ## Next steps - [Start the Grafana server]({{< relref "../../start-restart-grafana/" >}})