diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..a8f09a760 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,28 @@ + + +## FOR INFLUX AND ANALYTICS + + +```sh +docker run -p 8083:8083 -p 8086:8086 \ + -v $PWD:/var/lib/influxdb \ + --rm --name influxdb \ + influxdb:alpine +``` + +CLI: + +```sh +docker run --rm --link influxdb -it influxdb:alpine influx -host influxdb +``` + +chronograf: + +```sh +# they don't have an alpine image yet chronograf +docker run -p 10000:10000 --link influxdb chronograf +``` + +Open UI: http://localhost:10000 + +Add server with host `influxdb` diff --git a/analytics/README.md b/analytics/README.md new file mode 100644 index 000000000..a846fd644 --- /dev/null +++ b/analytics/README.md @@ -0,0 +1,5 @@ + + +Test with: + +ruby -run -e httpd . -p 9090 diff --git a/analytics/test.html b/analytics/test.html new file mode 100644 index 000000000..6daf03fa9 --- /dev/null +++ b/analytics/test.html @@ -0,0 +1 @@ +