summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRichard Wall <richard@aziz>2010-06-23 23:24:21 +0100
committerRichard Wall <richard@aziz>2010-06-23 23:24:21 +0100
commit2bf746736bce59f2b81c4a13757bc0f5e0e43d98 (patch)
treeeea2836d5ae09522874e23b402adf5a39ee6e245 /README
parent0ca1d509416149a83343baf35599b97a97d0bbb9 (diff)
Rename stuff to jarmon
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 .