diff options
author | Richard Wall <richard@aziz> | 2010-04-19 02:01:04 +0100 |
---|---|---|
committer | Richard Wall <richard@aziz> | 2010-04-19 02:01:04 +0100 |
commit | c417d77a4ad5f057b61c70ce78dd94ed53df6ebf (patch) | |
tree | cc5e759aa8118f7c89f3d5fb83505b48a6beb349 | |
parent | 2216f7560ba709c442ad7ef32c28ee9f38aac683 (diff) |
some documentation tweaks
-rw-r--r-- | README | 10 | ||||
-rw-r--r-- | index.html | 22 |
2 files changed, 18 insertions, 14 deletions
@@ -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 @@ -215,19 +215,21 @@ <a href="http://collectd.org/">Collectd</a>.</p> <h3>Debian / Ubuntu Quick Start</h3> <pre> - # Install and configure collectd (enable the rrd plugin) - $ aptitude install collectd +# 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 +# Link to the collectd rrd folder +$ ln -s /var/lib/collectd/rrd/localhost data - # Start a local webserver - $ aptitude install twisted - $ twistd -n web --port 8080 --path . +# Start a local webserver +$ aptitude install twisted +$ twistd -n web --port 8080 --path . </pre> </div> |