Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 496C27B14 for ; Wed, 26 Oct 2011 19:50:50 +0000 (UTC) Received: (qmail 24527 invoked by uid 500); 26 Oct 2011 19:50:48 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 24475 invoked by uid 500); 26 Oct 2011 19:50:48 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 24467 invoked by uid 99); 26 Oct 2011 19:50:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2011 19:50:48 +0000 X-ASF-Spam-Status: No, hits=0.4 required=5.0 tests=FREEMAIL_FROM,FROM_LOCAL_NOVOWEL,HK_RANDOM_ENVFROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of cgsmcmlxxv@gmail.com designates 209.85.161.52 as permitted sender) Received: from [209.85.161.52] (HELO mail-fx0-f52.google.com) (209.85.161.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2011 19:50:42 +0000 Received: by faan26 with SMTP id n26so2780362faa.11 for ; Wed, 26 Oct 2011 12:50:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=7fz4VXclLDom1t6mJV0CfDA/iXi0oPd+aWCs6ExImas=; b=qlpJKeexeb5J8i/DwHr/+ZPn2xb8FQfOmBQiMePXJjvZFwkMGLW8Xu4U2OR4vAfhbX bc4CbXYz/ErDwofBCJG3tDSbuYzQkDkWXWgK5rI+NWI3HEMesx4uPkFW7YbjqFlVu4OI 7e38MvuBpupIpJ3fU4lDjcDql3j3odVl76Xco= Received: by 10.223.36.193 with SMTP id u1mr10346611fad.27.1319658621985; Wed, 26 Oct 2011 12:50:21 -0700 (PDT) Received: from [192.168.1.100] (dynamic-78-8-130-201.ssp.dialog.net.pl. [78.8.130.201]) by mx.google.com with ESMTPS id g25sm5935449fae.16.2011.10.26.12.50.20 (version=SSLv3 cipher=OTHER); Wed, 26 Oct 2011 12:50:21 -0700 (PDT) Message-ID: <4EA8647C.60601@gmail.com> Date: Wed, 26 Oct 2011 21:50:20 +0200 From: CGS User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20110922 Thunderbird/3.1.15 MIME-Version: 1.0 To: user@couchdb.apache.org Subject: Re: Help installing CouchDB on Ubuntu References: <4EA85CEA.10203@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Even if it is recommended the latest version, if something is working, do not touch it unless you know what you do or you are forced to do it. That's my sincere piece of advice. If you installed it from "Batteries Included", then you should have default.ini and local.in under /etc/couchdb/, and the couchdb daemon under /etc/init.d/. You don't need anything else (no extra user, no extra building) but to configure it for your needs (in the ini's files). If you have problems in starting/stopping/restarting and so on, just type man couchdb and press enter (use stop and start after few seconds to be sure you restart it correctly - sometimes Erlang processes tend to report stop while they are still in the process of stopping). Check this out to start using CouchDB: http://guide.couchdb.org/editions/1/en/index.html and if you forget the commands there, just take a look into the short version of that documentation: http://jpmens.net/2010/04/20/the-antepenultimate-couchdb-reference-card/ So, sit back and relax while reading about couch. :) Welcome to this community! Cheers, CGS On 10/26/2011 09:31 PM, Vince Cardillo wrote: > Hi All, > > I was able to get CouchDB 1.0.1 installed and running via these > instructions: http://wiki.apache.org/couchdb/Installing_on_Ubuntu. I > followed the very top "Batteries Included" instructions. > > I'm a little wary to try and upgrade it though--I'm about one step up from a > Linux noob. It's been a while. > > whereis couchdb > couchdb: /usr/bin/couchdb /etc/couchdb /usr/lib/couchdb /usr/share/couchdb > /usr/share/man/man1/couchdb.1.gz > > I am not sure how I would upgrade it. > > - vince > > > > On Wed, Oct 26, 2011 at 3:18 PM, CGS wrote: > >> So, Ubuntu 11 doesn't have any CouchDB package? Strange. Because Ubuntu 10 >> has CouchDB 0.9. >> >> Vince, what you did is correct, only that you need to install CouchDB >> before. Using build-couchdb may not put it in the correct path for you to >> follow those instructions. If you want to run it as user and you use >> build-couchdb, then you don't need anymore those steps. Just don't forget to >> start CouchDB with -b option (given that build-couchdb will be successful). >> >> Cheers, >> CGS >> >> >> >> >> >> >> On 10/26/2011 08:27 PM, kowsik wrote: >> >>> Try this: https://gist.github.com/**1171217. >>> Uses build-couchdb from >>> @iriscouch to build everything from source, configure couchdb, hookup >>> logrotate, etc. >>> >>> K. >>> --- >>> http://blitz.io >>> @pcapr >>> >>> On Wed, Oct 26, 2011 at 11:15 AM, Vince Cardillo >>> wrote: >>> >>>> Hi all, >>>> >>>> I wanted to install CouchDB on the free tier of Amazon Web Services so >>>> that >>>> I could play wiht and explore it. >>>> >>>> I was following these instructions: >>>> http://wiki.apache.org/**couchdb/Getting_started_with_**Amazon_EC2 >>>> >>>> The 2nd line says this: Start the Ubuntu 8.10 server image, ami-5059be39 >>>> >>>> I searched for that image, and it isn't found in the AWS EC2 listing. So >>>> I >>>> instead installed Ubuntu 11.10 (GNU/Linux 3.0.0-12-virtual i686) (AMI ID: >>>> ami-2e90242f). >>>> >>>> I got through most of the steps, until I hit this step: >>>> sudo adduser --system --home /usr/local/var/lib/couchdb >>>> --no-create-home --shell /bin/bash --group --gecos 'CouchDB account' >>>> couchdb >>>> >>>> It specifies a home directory, but then has the no-create-home flag, and >>>> so >>>> at the end it says "not creating home directory". The next command >>>> results >>>> in this error: >>>> >>>> chown: cannot access `/usr/local/var/lib/couchdb': No such file or >>>> directory >>>> >>>> This command is listed as optional: >>>> sudo vim /usr/local/etc/couchdb/local.**ini >>>> >>>> However, that directory doesn't exist. >>>> >>>> One more thing. If I run "whereis yum" I get this: yum: /usr/bin/yum >>>> /etc/yum /usr/share/man/man8/yum.8.gz >>>> >>>> If I run "whereis couchdb" I get this: couchdb: >>>> >>>> Step 8 says: sudo -i -u couchdb couchdb >>>> I do that and get this: >>>> sudo: unable to change directory to /usr/local/var/lib/couchdb: No such >>>> file >>>> or directory >>>> sudo: unable to execute /bin/bash: No such file or directory >>>> >>>> >>>> Right now I am pretty stuck. I am not sure if couchdb installed correctly >>>> or >>>> not via the prior steps. And I am not really sure where it is, how to >>>> start/stop it, etc. Help is very appreciated! >>>> >>>> >>>> Thank you for any help, >>>> - vince >>>> >>>>