Explorar el Código

Updated readme with docker info, updated build task

Torkel Ödegaard hace 11 años
padre
commit
5c795e9a50
Se han modificado 2 ficheros con 6 adiciones y 1 borrados
  1. 5 0
      README.md
  2. 1 1
      tasks/build_task.js

+ 5 - 0
README.md

@@ -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
 
 ```

+ 1 - 1
tasks/build_task.js

@@ -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 %>'
       });