Merge pull request #4137 from tinyspeck/fix-debian-bin-path

Fix the path to grafana-webserver in the Debian install docs.
This commit is contained in:
Carl Bergquist 2016-02-24 12:26:37 +01:00
commit 95725e407e

View File

@ -122,8 +122,8 @@ To configure Grafana add a configuration file named `custom.ini` to the
`conf` folder and override any of the settings defined in `conf` folder and override any of the settings defined in
`conf/defaults.ini`. `conf/defaults.ini`.
Start Grafana by executing `./grafana-server web`. The `grafana-server` binary needs Start Grafana by executing `./bin/grafana-server web`. The `grafana-server`
the working directory to be the root install directory (where the binary binary needs the working directory to be the root install directory (where the
and the `public` folder is located). binary and the `public` folder is located).