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
ebdbbbc0
Commit
ebdbbbc0
authored
Apr 19, 2015
by
Torkel Odegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated building on windows instructions in the docs
parent
1edb13d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
docs/sources/installation/windows.md
+6
-0
docs/sources/project/building_from_source.md
+4
-0
No files found.
docs/sources/installation/windows.md
View file @
ebdbbbc0
...
...
@@ -9,4 +9,10 @@ page_keywords: grafana, installation, windows guide
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.
## Building on Windows
The Grafana backend includes Sqlite3 which requires GCC to compile. So in order to compile Grafana on windows you need
to install GCC. We recommend
[
TDM-GCC
](
http://tdm-gcc.tdragon.net/download
)
.
Copy conf/sample.ini to a file named conf/custom.ini and change the web server port to something like 8080. The default
Grafana port(3000) requires special privileges on Windows.
docs/sources/project/building_from_source.md
View file @
ebdbbbc0
...
...
@@ -28,6 +28,10 @@ godep restore (will pull down all golang lib dependecies in y
go build .
```
# Building on Windows
The Grafana backend includes Sqlite3 which requires GCC to compile. So in order to compile Grafana on windows you need
to install GCC. We recommend
[
TDM-GCC
](
http://tdm-gcc.tdragon.net/download
)
.
## Building frontend assets
To build less to css for the frontend you will need a recent version of of node (v0.12.0),
...
...
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