From df0ab1835195fec2c9f5391746b9e2f267b863b6 Mon Sep 17 00:00:00 2001 From: Seth Thomas Date: Mon, 25 Feb 2013 10:11:55 -0600 Subject: [PATCH] Some notes for the source install --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 091ca3f..ad315f7 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,12 @@ The package parameters available are version, type and, optionally for source in node['riak']['package']['version']['major'] = "1" node['riak']['package']['version']['minor'] = "3" node['riak']['package']['version']['incremental'] = "0" - node['riak']['package']['prefix'] = "/usr/local" + + +Source Installation +------------------ + +The riak::source recipe can be used to install Riak from source. The source installation requires the build-essential and erlang cookbooks. Basic Configuration