mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
Updated windows install instructions
This commit is contained in:
parent
b25411ef6b
commit
6df299886e
@ -6,8 +6,23 @@ page_keywords: grafana, installation, windows guide
|
||||
|
||||
# Installing on Windows
|
||||
|
||||
There are currently no binary build for Windows. But read the [build from source](../project/building_from_source)
|
||||
page for instructions on how to build it yourself.
|
||||
## Download
|
||||
|
||||
Description | Download
|
||||
------------ | -------------
|
||||
Zip package for Windows | [grafana.2.0.1.windows-x64.zip](https://grafanarel.s3.amazonaws.com/winbuilds/dist/grafana-2.0.1.windows-x64.zip)
|
||||
|
||||
## Configure
|
||||
The zip file contains a folder with the current grafana version. Extract this folder to anywhere you want Grafana to run from.
|
||||
Go into the `conf` directory and copy `sample.ini` to `custom.ini`. You should edit `custom.ini`, never `defaults.ini`.
|
||||
|
||||
The default grafana port is `3000`, this port requires extra permissions on windows. Edit `custom.ini` and uncomment the `http_port`
|
||||
config and change it to something like `8080` or similar. That port should not require extra windows privileges.
|
||||
|
||||
Start grafana by executing `grafana-server.exe`, preferbly from the command line. If you want to run Grafana as
|
||||
windows service, download [NSSM](https://nssm.cc/). It is very easy add grafana as windows service using that tool.
|
||||
|
||||
Read more about the [configuration options](configuration.md).
|
||||
|
||||
## Building on Windows
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user