You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by bsquared <bw...@gmail.com> on 2012/04/03 20:59:39 UTC

couchdb alt install location

Hello,

I have cloned couchdb 1.2.x and would like to install it for testing
purposes.  Are there any concerns with running 
  ./configure --prefix=/opt
  make && sudo make install

I would like to have this installed side by side with my existing
instance in 
  /usr/bin.

Thank you.

-- 
Regards,
Brian


Re: couchdb alt install location

Posted by bsquared <bw...@gmail.com>.
Paul Davis <pa...@gmail.com>
writes:

> Make sure that you change the port before booting or you'll get some
> dense errors about the port being in use. Other than that your data
> and config files should all be cleanly installed under /opt so you
> won't trample on another install (assuming its not in /opt :).
>
> On Tue, Apr 3, 2012 at 1:59 PM, bsquared <bw...@gmail.com> wrote:
>>
>> Hello,
>>
>> I have cloned couchdb 1.2.x and would like to install it for testing
>> purposes.  Are there any concerns with running
>>  ./configure --prefix=/opt
>>  make && sudo make install
>>
>> I would like to have this installed side by side with my existing
>> instance in
>>  /usr/bin.
>>
>> Thank you.
>>
>> --
>> Regards,
>> Brian
>>
>

Cool.  Thank you.
-- 
Regards,
Brian


Re: couchdb alt install location

Posted by Paul Davis <pa...@gmail.com>.
Make sure that you change the port before booting or you'll get some
dense errors about the port being in use. Other than that your data
and config files should all be cleanly installed under /opt so you
won't trample on another install (assuming its not in /opt :).

On Tue, Apr 3, 2012 at 1:59 PM, bsquared <bw...@gmail.com> wrote:
>
> Hello,
>
> I have cloned couchdb 1.2.x and would like to install it for testing
> purposes.  Are there any concerns with running
>  ./configure --prefix=/opt
>  make && sudo make install
>
> I would like to have this installed side by side with my existing
> instance in
>  /usr/bin.
>
> Thank you.
>
> --
> Regards,
> Brian
>