summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRichard Wall <richard@aziz>2010-04-19 01:47:44 +0100
committerRichard Wall <richard@aziz>2010-04-19 01:47:44 +0100
commit2216f7560ba709c442ad7ef32c28ee9f38aac683 (patch)
tree71bd0983fbd7d718e7c9d223e847388f185a8b3c /README
parent26c2c26830ce6b086995d98e78c33938e69e9a87 (diff)
Add more documentation
Diffstat (limited to 'README')
-rw-r--r--README31
1 files changed, 31 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..f5da6ed
--- /dev/null
+++ b/README
@@ -0,0 +1,31 @@
+jrrd 0.0.1
+
+
+What is this?
+=============
+Wrappers and convenience fuctions for working with the javascriptRRD, Flot and
+Collectd.
+
+
+Debian / Ubuntu Quick Start
+===========================
+To get this demo working, you will need to serve this page from a
+local webserver and serve the folder that contains your RRD files.
+
+This demo is designed to work with the RRD files generated by
+<a href="http://collectd.org/">Collectd</a>.
+
+# Install and configure collectd (enable the rrd plugin)
+$ aptitude install collectd
+
+# Create a project folder
+$ mkdir -p ~/Projects/jrrd
+$ cd ~/Projects/jrrd
+
+# Link to the collectd rrd folder
+$ ln -f /var/lib/collectd/rrd/localhost data
+
+# Start a local webserver
+$ aptitude install twisted
+$ twistd -n web --port 8080 --path .
+