From 2bf746736bce59f2b81c4a13757bc0f5e0e43d98 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Wed, 23 Jun 2010 23:24:21 +0100 Subject: Rename stuff to jarmon --- README | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'README') diff --git a/README b/README index 9c79362..39ce717 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -jrrd 0.0.1 +Jarmon 0.0.1 What is this? @@ -19,15 +19,16 @@ This demo is designed to work with the RRD files generated by $ aptitude install collectd # Create a project folder and check out the code -$ mkdir ~/Projects -$ cd ~/Projects -$ bzr branch lp:~richardw/+junk/rrd2flot -$ cd rrd2flot +$ mkdir -p ~/Projects/Jarmon +$ cd ~/Projects/Jarmon +$ bzr branch lp:~richardw/jarmon/trunk +$ cd trunk # Link to the collectd rrd folder $ ln -s /var/lib/collectd/rrd/localhost data -# Start a local webserver +# Start a local webserver - here we use Twisted, but there are other web server +# config examples in docs/ $ aptitude install twisted $ twistd -n web --port 8080 --path . -- cgit v1.2.3-2-g168b