Commit 5c795e9a by Torkel Ödegaard

Updated readme with docker info, updated build task

parent cd8f938c
...@@ -15,6 +15,11 @@ Graphite, InfluxDB & OpenTSDB. ...@@ -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 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. 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 ## building and running
``` ```
......
...@@ -43,7 +43,7 @@ module.exports = function(grunt) { ...@@ -43,7 +43,7 @@ module.exports = function(grunt) {
}); });
grunt.config('copy.backend_files', { grunt.config('copy.backend_files', {
expand: true, expand: true,
src: ['conf/*', 'vendor/**/*', '!conf/grafana.dev.ini'], src: ['conf/grafana.ini', 'vendor/**/*'],
options: { mode: true}, options: { mode: true},
dest: '<%= tempDir %>' dest: '<%= tempDir %>'
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment