mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 02:42:22 +08:00
Docs: combines all SAML topics into one topic (#49443)
* combines all SAML topics * resolves merge conflicts * makes prettier
This commit is contained in:

committed by
GitHub

parent
745b101d41
commit
8c84d62e3d
@ -17,13 +17,13 @@ weight: 30
|
||||
|
||||
This section discusses the hardware and software requirements as well as the process of installing Grafana on different operating systems. This section has the following topics:
|
||||
|
||||
- [Requirements]({{< relref "requirements" >}})
|
||||
- [Install on Debian or Ubuntu]({{< relref "debian" >}})
|
||||
- [Install on RPM-based Linux (CentOS, Fedora, OpenSuse, RedHat)]({{< relref "rpm" >}})
|
||||
- [Install on macOS]({{< relref "mac" >}})
|
||||
- [Install on Windows]({{< relref "windows" >}})
|
||||
- [Run Docker image]({{< relref "docker" >}})
|
||||
- [Deploy Grafana on Kubernetes]({{< relref "kubernetes" >}})
|
||||
- [Requirements]({{< relref "requirements/" >}})
|
||||
- [Install on Debian or Ubuntu]({{< relref "debian/" >}})
|
||||
- [Install on RPM-based Linux (CentOS, Fedora, OpenSuse, RedHat)]({{< relref "rpm/" >}})
|
||||
- [Install on macOS]({{< relref "mac/" >}})
|
||||
- [Install on Windows]({{< relref "windows/" >}})
|
||||
- [Run Docker image]({{< relref "docker/" >}})
|
||||
- [Deploy Grafana on Kubernetes]({{< relref "kubernetes/" >}})
|
||||
|
||||
For upgrade instructions, refer to [Upgrade Grafana]({{< relref "upgrading.md" >}}).
|
||||
To restart Grafana, refer to [Restart Grafana]({{< relref "restart-grafana.md" >}}).
|
||||
|
@ -22,10 +22,10 @@ Grafana uses other open source software. Refer to [package.json](https://github.
|
||||
|
||||
The following operating systems are supported for Grafana installation:
|
||||
|
||||
- [Debian / Ubuntu]({{< relref "debian" >}})
|
||||
- [RPM-based Linux (CentOS, Fedora, OpenSuse, RedHat)]({{< relref "rpm" >}})
|
||||
- [macOS]({{< relref "mac" >}})
|
||||
- [Windows]({{< relref "windows" >}})
|
||||
- [Debian / Ubuntu]({{< relref "debian/" >}})
|
||||
- [RPM-based Linux (CentOS, Fedora, OpenSuse, RedHat)]({{< relref "rpm/" >}})
|
||||
- [macOS]({{< relref "mac/" >}})
|
||||
- [Windows]({{< relref "windows/" >}})
|
||||
|
||||
Installation of Grafana on other operating systems is possible, but it is neither recommended nor supported.
|
||||
|
||||
@ -39,8 +39,8 @@ Minimum recommended CPU: 1
|
||||
Some features might require more memory or CPUs. Features require more resources include:
|
||||
|
||||
- [Server side rendering of images](https://grafana.com/grafana/plugins/grafana-image-renderer#requirements)
|
||||
- [Alerting]({{< relref "../alerting" >}})
|
||||
- [Data source proxy]({{< relref "../developers/http_api/data_source" >}})
|
||||
- [Alerting]({{< relref "../alerting/" >}})
|
||||
- [Data source proxy]({{< relref "../developers/http_api/data_source/" >}})
|
||||
|
||||
## Supported databases
|
||||
|
||||
|
@ -180,7 +180,7 @@ you can do that by:
|
||||
- For data sources created through UI, you need to go to data source config, re-enter the password or basic auth
|
||||
password and save the data source.
|
||||
- For data sources created by provisioning, you need to update your config file and use secureJsonData.password or
|
||||
secureJsonData.basicAuthPassword field. See [provisioning docs]({{< relref "../administration/provisioning" >}}) for example of current
|
||||
secureJsonData.basicAuthPassword field. See [provisioning docs]({{< relref "../administration/provisioning/" >}}) for example of current
|
||||
configuration.
|
||||
|
||||
### Embedding Grafana
|
||||
|
Reference in New Issue
Block a user