From 2216f7560ba709c442ad7ef32c28ee9f38aac683 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Mon, 19 Apr 2010 01:47:44 +0100 Subject: Add more documentation --- index.html | 68 ++++++++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 53 insertions(+), 15 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 2b6b5a0..840a5b3 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,8 @@ - - - - - - - - - + + + + + + + + + + + + +
+

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 + Collectd.

+

Debian / Ubuntu Quick Start

+
+                # 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 .
+            
+
+
-- cgit v1.2.3-2-g168b