RE: Riak installation on Ubuntu Server

2012-11-01 Thread Kevin Burton
Sent: Thursday, November 01, 2012 4:34 PM To: Kevin Burton Cc: char...@contentomni.com; riak-users@lists.basho.com Subject: Re: Riak installation on Ubuntu Server Kevin, It comes down to what you want to do with it. If you want to run Riak, store data in it and use it in some production sense

Re: Riak installation on Ubuntu Server

2012-11-01 Thread Jared Morrow
:char...@contentomni.com] > Sent: Thursday, November 01, 2012 1:26 PM > To: Kevin Burton > Cc: 'Jared Morrow'; riak-users@lists.basho.com > Subject: RE: Riak installation on Ubuntu Server > > If you're building from source you'll want to have some dependencies &g

RE: Riak installation on Ubuntu Server

2012-11-01 Thread charles
. -Original Message- From: "Kevin Burton" Sent: Thursday, 1 November, 2012 7:48pm To: char...@contentomni.com Cc: "'Jared Morrow'" , riak-users@lists.basho.com Subject: RE: Riak installation on Ubuntu Server Since I already have erlang installed do I have

RE: Riak installation on Ubuntu Server

2012-11-01 Thread Kevin Burton
.basho.com Subject: RE: Riak installation on Ubuntu Server If you're building from source you'll want to have some dependencies installed first by running the following command i.e. before installing Erlang: apt-get -y install build-essential libncurses5-dev openssl libssl-dev m4 lib

RE: Riak installation on Ubuntu Server

2012-11-01 Thread charles
oc default-jdk tk-dev Cheers, Charles. -Original Message- From: "Kevin Burton" Sent: Thursday, 1 November, 2012 7:07pm To: "'Jared Morrow'" Cc: riak-users@lists.basho.com Subject: RE: Riak installation on Ubuntu Server

RE: Riak installation on Ubuntu Server

2012-11-01 Thread Kevin Burton
] Sent: Thursday, November 01, 2012 1:22 PM To: Kevin Burton Cc: riak-users@lists.basho.com Subject: Re: Riak installation on Ubuntu Server Okay, so reltool isn't working, did you build erlang from source or did you use some package? If you used a package, you can try building f

Re: Riak installation on Ubuntu Server

2012-11-01 Thread Jared Morrow
nning: > > ** ** > > fatal: not a git repository (or any of the parent directories): .git > > ** ** > > *From:* Jared Morrow [mailto:ja...@basho.com] > *Sent:* Thursday, November 01, 2012 12:58 PM > > *To:* Kevin Burton > *Cc:* riak-users@lists.basho.com > *Subject:* Re: Ria

RE: Riak installation on Ubuntu Server

2012-11-01 Thread Kevin Burton
: Kevin Burton Cc: riak-users@lists.basho.com Subject: Re: Riak installation on Ubuntu Server Devrel will depend on a working build first, so sticking with just 'make' to see if that works will be a good first step. If you can run 'make' and put the output in a gist or paste

Re: Riak installation on Ubuntu Server

2012-11-01 Thread Jared Morrow
detailed below. > > ** ** > > *From:* Jared Morrow [mailto:ja...@basho.com] > *Sent:* Thursday, November 01, 2012 12:58 PM > > *To:* Kevin Burton > *Cc:* riak-users@lists.basho.com > *Subject:* Re: Riak installation on Ubuntu Server > > ** ** > > Devrel w

RE: Riak installation on Ubuntu Server

2012-11-01 Thread Kevin Burton
@lists.basho.com Subject: Re: Riak installation on Ubuntu Server Devrel will depend on a working build first, so sticking with just 'make' to see if that works will be a good first step. If you can run 'make' and put the output in a gist or pastebin for me I can try and take a loo

RE: Riak installation on Ubuntu Server

2012-11-01 Thread Kevin Burton
@lists.basho.com Subject: Re: Riak installation on Ubuntu Server Devrel will depend on a working build first, so sticking with just 'make' to see if that works will be a good first step. If you can run 'make' and put the output in a gist or pastebin for me I can try a

Re: Riak installation on Ubuntu Server

2012-11-01 Thread Jared Morrow
y is completely empty. > > ** ** > > ** ** > > *From:* Jared Morrow [mailto:ja...@basho.com] > *Sent:* Thursday, November 01, 2012 12:39 PM > > *To:* Kevin Burton > *Cc:* riak-users@lists.basho.com > *Subject:* Re: Riak installation on Ubuntu Server > >

RE: Riak installation on Ubuntu Server

2012-11-01 Thread Kevin Burton
: Thursday, November 01, 2012 12:39 PM To: Kevin Burton Cc: riak-users@lists.basho.com Subject: Re: Riak installation on Ubuntu Server If building 1.2.1 from source, make sure you have erlang r15B01 installed and in your path. That particular error I have never seen. If you type 'erl' in t

Re: Riak installation on Ubuntu Server

2012-11-01 Thread Jared Morrow
ring if this makes other portions of the build unavailable? > > ** ** > > Thanks again. > > ** ** > > *From:* Jared Morrow [mailto:ja...@basho.com] > *Sent:* Thursday, November 01, 2012 11:50 AM > > *To:* Kevin Burton > *Cc:* riak-users@lists.bas

RE: Riak installation on Ubuntu Server

2012-11-01 Thread Kevin Burton
Same thing happens when I 'make devrel'. From: Kevin Burton [mailto:rkevinbur...@charter.net] Sent: Thursday, November 01, 2012 12:33 PM To: 'Jared Morrow' Cc: 'riak-users@lists.basho.com' Subject: RE: Riak installation on Ubuntu Server Better yet I decided t

RE: Riak installation on Ubuntu Server

2012-11-01 Thread Kevin Burton
ons of the build unavailable? Thanks again. From: Jared Morrow [mailto:ja...@basho.com] Sent: Thursday, November 01, 2012 11:50 AM To: Kevin Burton Cc: riak-users@lists.basho.com Subject: Re: Riak installation on Ubuntu Server Kevin, So you are on 12.10, which is one minor release p

Re: Riak installation on Ubuntu Server

2012-11-01 Thread Jared Morrow
ID: Ubuntu > > Description: Ubuntu 12.10 > > Release: 12.10 > > Codename: quantal > > ** ** > > *From:* Jared Morrow [mailto:ja...@basho.com] > *Sent:* Thursday, November 01, 2012 11:42 AM > *To:* Kevin Burton > *Cc:* riak-users@lists.basho.com > *

RE: Riak installation on Ubuntu Server

2012-11-01 Thread Kevin Burton
on Ubuntu Server Kevin As far as I know, the lsb_release tool is installed by default on all Ubuntu installs. You can use it to get the codename of the release like: For Ubuntu 10.04 $ lsb_release -c Codename:lucid or Ubuntu 12.04 $ lsb_release -c Codename:precise You can

Re: Riak installation on Ubuntu Server

2012-11-01 Thread Jared Morrow
Kevin As far as I know, the lsb_release tool is installed by default on all Ubuntu installs. You can use it to get the codename of the release like: For Ubuntu 10.04 $ lsb_release -c Codename:lucid or Ubuntu 12.04 $ lsb_release -c Codename:precise You can also get the information from

Riak installation on Ubuntu Server

2012-11-01 Thread Kevin Burton
I was looking at the options of installing Riak and there are several options under Ubuntu: Lucid, Natty, and Precise. This is a Linux Ubuntu Server. I am not sure how to tell which variant it is. Thank you. Kevin ___ riak-users mailing list riak