summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 6 insertions, 4 deletions
diff --git a/README b/README
index f5da6ed..9c79362 100644
--- a/README
+++ b/README
@@ -18,12 +18,14 @@ This demo is designed to work with the RRD files generated by
# Install and configure collectd (enable the rrd plugin)
$ aptitude install collectd
-# Create a project folder
-$ mkdir -p ~/Projects/jrrd
-$ cd ~/Projects/jrrd
+# Create a project folder and check out the code
+$ mkdir ~/Projects
+$ cd ~/Projects
+$ bzr branch lp:~richardw/+junk/rrd2flot
+$ cd rrd2flot
# Link to the collectd rrd folder
-$ ln -f /var/lib/collectd/rrd/localhost data
+$ ln -s /var/lib/collectd/rrd/localhost data
# Start a local webserver
$ aptitude install twisted