Docs: removes start server content, updates links (#66172)

removes start server content, updates links
This commit is contained in:
Christopher Moyer 2023-04-07 10:12:50 -05:00 committed by GitHub
parent 652c6dbd22
commit 4a2d86750e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 2 additions and 83 deletions

View File

@ -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. 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. 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 ## Next steps
- [Start the Grafana server]({{< relref "../../start-restart-grafana/" >}}) - [Start the Grafana server]({{< relref "../../start-restart-grafana/" >}})

View File

@ -57,10 +57,6 @@ To install Grafana on macOS using the standalone binaries, complete the followin
./bin/grafana-server ./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 ## Next steps
- [Start the Grafana server]({{< relref "../../start-restart-grafana/" >}}) - [Start the Grafana server]({{< relref "../../start-restart-grafana/" >}})

View File

@ -99,4 +99,4 @@ Complete the following steps to install Grafana using the standalone binaries:
## Next steps ## Next steps
Refer to [Start the Grafana server]({{< relref "../start-restart-grafana/" >}}). Refer to [Start the Grafana server]({{< relref "../../start-restart-grafana/" >}}).

View File

@ -81,4 +81,4 @@ Complete the following steps to install Grafana using the standalone binaries:
## Next steps ## Next steps
Refer to [Start the Grafana server]({{< relref "../start-restart-grafana/" >}}). Refer to [Start the Grafana server]({{< relref "../../start-restart-grafana/" >}}).

View File

@ -54,10 +54,6 @@ Start Grafana by executing `grafana-server.exe`, located in the `bin` directory,
Port `8080` should not require extra Windows privileges. 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 ## Next steps
- [Start the Grafana server]({{< relref "../../start-restart-grafana/" >}}) - [Start the Grafana server]({{< relref "../../start-restart-grafana/" >}})