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
5c795e9a
Commit
5c795e9a
authored
Feb 09, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated readme with docker info, updated build task
parent
cd8f938c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
README.md
+5
-0
tasks/build_task.js
+1
-1
No files found.
README.md
View file @
5c795e9a
...
...
@@ -15,6 +15,11 @@ Graphite, InfluxDB & OpenTSDB.
Grafana 2.0 comes with a backend written in Go. It is not ready for production use yet as there is still a lot of small
issues to fix and polish missing. But feedback on what is done and bug reports would be greatly appreciated.
## Try it out with docker
```
docker run -i -p 3000:3000 grafana/grafana:develop
```
## building and running
```
...
...
tasks/build_task.js
View file @
5c795e9a
...
...
@@ -43,7 +43,7 @@ module.exports = function(grunt) {
});
grunt
.
config
(
'copy.backend_files'
,
{
expand
:
true
,
src
:
[
'conf/
*'
,
'vendor/**/*'
,
'!conf/grafana.dev.ini
'
],
src
:
[
'conf/
grafana.ini'
,
'vendor/**/*
'
],
options
:
{
mode
:
true
},
dest
:
'<%= tempDir %>'
});
...
...
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