From user-return-18466-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Mon Oct 24 15:50:46 2011 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 605E27B3B for ; Mon, 24 Oct 2011 15:50:46 +0000 (UTC) Received: (qmail 36486 invoked by uid 500); 24 Oct 2011 15:50:44 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 36440 invoked by uid 500); 24 Oct 2011 15:50:44 -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 36432 invoked by uid 99); 24 Oct 2011 15:50:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Oct 2011 15:50:44 +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 (athena.apache.org: domain of cgsmcmlxxv@gmail.com designates 209.85.215.180 as permitted sender) Received: from [209.85.215.180] (HELO mail-ey0-f180.google.com) (209.85.215.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Oct 2011 15:50:39 +0000 Received: by eyg5 with SMTP id 5so7307666eyg.11 for ; Mon, 24 Oct 2011 08:50:18 -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=Yn4AoIqrxJxixiWPkenrUueTRwpibn1j14pMhHt4TbE=; b=BuGMzvZfhpyBMVk9h3M1p6ucAZmFafYdCQ7VeSsgXEZjkcqpmmM/jvTAUzmrmSbNVN wKis0Dn96RN4fmtHM0GMd3oi+OcKf6riECCXwYxBLQd6HVgKuRRzpeQrOTLMcXoIEXto CqQ11ynQ+EIAdTngUQJjjydLPmReA71t1QxMA= Received: by 10.213.113.138 with SMTP id a10mr3079578ebq.40.1319471418220; Mon, 24 Oct 2011 08:50:18 -0700 (PDT) Received: from [192.168.1.116] (dynamic-78-8-15-75.ssp.dialog.net.pl. [78.8.15.75]) by mx.google.com with ESMTPS id z58sm61644783eea.3.2011.10.24.08.50.16 (version=SSLv3 cipher=OTHER); Mon, 24 Oct 2011 08:50:17 -0700 (PDT) Message-ID: <4EA58938.2020603@gmail.com> Date: Mon, 24 Oct 2011 17:50:16 +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: Linux Alternatives for CouchDB References: <003001cc925d$39404970$abc0dc50$@com> <004001cc9261$26474630$72d5d290$@com> <4EA5857C.50404@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit As for which version on which Linux distribution, I see no point to favor a specific Linux flavor. In addition, the main support is coming from this list. :) On 10/24/2011 05:41 PM, Travis Paul wrote: > I have had no problems installing/running CouchDB on Arch Linux. > > https://wiki.archlinux.org/index.php/Couchdb > > *basically just install:* > pacman -S couchdb > > *start:* > rc.d start couchdb > > *and add to your daemons in /etc/rc.conf:* > DAEMONS=(syslog-ng network netfs crond sshd httpd couchdb) > > > On Mon, Oct 24, 2011 at 11:34 AM, CGS wrote: > >> Sincerely, I never used rake. Instead I followed the instructions from: >> >> http://wiki.apache.org/**couchdb/Installing_on_Ubuntu >> >> especially, installing from source. You may want to give it a try. >> >> In addition, for 1.1.0, use "git clone git://github.com/membase/** >> spidermonkey.git" to get the >> working Spidermonkey version for CouchDB 1.1.0. >> >> Another alternative is to use version 1.1.1 which is under voting now. >> >> Cheers, >> CGS >> >> >> >> >> >> On 10/24/2011 05:25 PM, Clarke Bishop wrote: >> >>> I simply want to use CouchDB to develop couch apps. I want to use Kanso >>> for >>> couch apps and some other tools that seem to work best under Linux. It >>> seemed like everything on Cygwin/Windows was up hill all the way! >>> >>> I think once I get CouchDB installed on Linux, I'll be fine. >>> >>> Clarke >>> >>> -----Original Message----- >>> From: Ryan Ramage [mailto:ryan.ramage@gmail.com] >>> Sent: Monday, October 24, 2011 11:12 AM >>> To: user@couchdb.apache.org >>> Subject: Re: Linux Alternatives for CouchDB >>> >>> I am not sure if you mean a development environment to develop couchdb >>> itself or simply to use couchdb. For Windows support you might want to >>> discuss with Dave Cottlehuber. >>> Dave has put together some good support for windows with his installers >>> here: >>> >>> https://github.com/dch/**couchdb/downloads >>> >>> Have you given that a try? >>> >>> Ryan >>> >>> On Mon, Oct 24, 2011 at 8:57 AM, Clarke Bishop >>> wrote: >>> >>>> I am setting up a development environment to learn CouchDB. But, I'm >>>> using >>>> Windows. >>>> >>>> >>>> >>>> I tried Cygwin, but kept running into various problems. So, I decided to >>>> switch to Linux running under VMware. I still think this is the best >>>> direction. >>>> >>>> >>>> >>>> I downloaded the latest version of Ubuntu (11.10) and installed it. But, >>>> then I discovered that CouchDB 1.1 support was limited, and I haven't >>>> been >>>> able to get CouchDB installed. >>>> >>>> >>>> >>>> Here's my question. What's the best, stable version of Linux for running >>>> CouchDB 1.1? Should I use another version of Ubuntu or another >>>> >>> distribution >>> >>>> entirely? >>>> >>>> >>>> >>>> Thanks for any advice. >>>> >>>> >>>> >>>> >>>>