summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 7 insertions, 6 deletions
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 .