Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
6df29988
Commit
6df29988
authored
Apr 21, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated windows install instructions
parent
b25411ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
2 deletions
+17
-2
docs/sources/installation/windows.md
+17
-2
No files found.
docs/sources/installation/windows.md
View file @
6df29988
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment