Alternatively if you have git available you can simply clone basho/riak from GitHub:
> $ git clone git://github.com/basho/riak.git > $ cd riak > $ make all > $ make devrel After that you should have your 4 node dev environment up and be able to continue with the guide. +Clint On Jun 21, 2012, at 8:37 AM, Brian Roach wrote: > Hi Anand, > > The brew install actually gives you compiled code, and no makefile. In > addition, the startup scripts are slightly different that when installing > from source. > > I recently answered the same question on StackOverflow which should point you > in the right direction: > http://stackoverflow.com/questions/9906386/running-a-three-node-riak-cluster-using-a-homebrew-installation > > Basically, you need to manually make copies of the /usr/local/Cellar/riak > directory and edit the files accordingly, including the startup scripts > themselves. > > Please let us know if you have additional questions! > > Thanks, > Brian Roach > > > On Jun 21, 2012, at 7:21 AM, Anand Hegde wrote: > >> I am trying to get the 4 node setup working on my os x lion machine. >> >> sorry If you are getting this a second time but I think my first mail got >> lost because I was a non member. >> >> I installed riak using >> >> $ brew install riak >> >> I am using the online documentation available - >> http://wiki.basho.com/Building-a-Development-Environment.html >> >> I am stuck on this step - "Use rebar to start up four nodes. " >> >> After installing riak, do I have to install rebar as well? After installing >> riak I directly tried the >> >> $ make devrel >> >> command and it gave the following error >> >> make: *** No rule to make target `devrel'. Stop. >> >> _______________________________________________ >> riak-users mailing list >> [email protected] >> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > > > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
