Another big problem that I encountered was installing Riak from the source archive. After decompressing and running make all I was getting an error referring to git. Not too sure why make was expecting to be run in an initialized repository. In case others have had installation problems below are the steps to set up Riak 1.0.2 on Ubuntu 11.04.
Installing Erlang
sudo apt-get install curl build-essential libncurses5-dev openssl libssl-dev fop xsltproccurl -O https://raw.github.com/spawngrid/kerl/master/kerlchmod a+x kerl./kerl build R14B03 r14b03sudo ./kerl install r14b03 /opt/erlang/r14b03
. /opt/erlang/r14b03/activateInstalling Riaksudo apt-get install build-essential libc6-dev-i386git clone https://github.com/basho/riak.git riakcd riakgit checkout riak-1.0.2make allmake devrel

0 comments:
Post a Comment