From user-return-10933-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Thu Jun 10 17:27:30 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 32375 invoked from network); 10 Jun 2010 17:27:30 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Jun 2010 17:27:30 -0000 Received: (qmail 38226 invoked by uid 500); 10 Jun 2010 17:27:28 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 38189 invoked by uid 500); 10 Jun 2010 17:27:28 -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 38181 invoked by uid 99); 10 Jun 2010 17:27:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 17:27:28 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jchris@gmail.com designates 209.85.212.180 as permitted sender) Received: from [209.85.212.180] (HELO mail-px0-f180.google.com) (209.85.212.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 17:27:22 +0000 Received: by pxi17 with SMTP id 17so99958pxi.11 for ; Thu, 10 Jun 2010 10:27:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=BO8Df+Lkd3NleOl1eCS8gQZBJk8AnUsTVfAhvZVkFwI=; b=lM+aag1YNgNBKlQJyKoS2BFDFz43M6mI4IS7bafO9lL/SMmQ1A2SEAA+tbw8EGBtR1 MoLCUpbZ5MTpMGbJgtmAywDmspX1mG3BJn93jzwgv8euGopMYeHgvnajERQs8Rjwppd/ D37PXVaiWhN1EXpOJ2ViQMUobN6swZRinnEo4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=l0mQcUYqAVQ+pj/U2tNU7zpJ2HSo/t/7w/WH9RfPtg7l93u1VUUVonMdZECh3jItY9 WKxK04RGlnyGUr+8HDOHBjgWVYXnvH8qOeI146MFH812f3EHVZnHRpewpHJ7BGHM6myv DrQ5drZ3vL1dnSC3W4lkMu7jLWrpu6ewWOTKU= Received: by 10.141.108.15 with SMTP id k15mr353521rvm.117.1276190821097; Thu, 10 Jun 2010 10:27:01 -0700 (PDT) Received: from [192.168.1.101] (c-98-248-172-14.hsd1.ca.comcast.net [98.248.172.14]) by mx.google.com with ESMTPS id i19sm214879rvn.23.2010.06.10.10.26.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 10 Jun 2010 10:27:00 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1078) Subject: Re: couchdb local.ini set up From: J Chris Anderson In-Reply-To: Date: Thu, 10 Jun 2010 10:26:57 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <95627185-4B1E-4821-A9C2-E2640EFB97D6@gmail.com> References: To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1078) X-Virus-Checked: Checked by ClamAV on apache.org On Jun 10, 2010, at 10:14 AM, farad wrote: > Randall Leeds writes: >=20 >>=20 >> Hi, Tomy. >>=20 >> Not sure what you mean by UI. If you refer to the Futon web interface >> it should be enabled by default. Simply launch couchdb and go to >> http://127.0.0.1/_utils in your browser. >>=20 >> Did you install from source/homebrew or using CouchDB X? >>=20 >> -Randall >>=20 >>=20 > Hi, Randall, > all ui files of my project is in the dir = 'share/couchdb/www/myproject'. My > program takes user entry data from ui and serialize it in to json = file. Next > what i need save this json file to mydb at cuouchdb. And then fetch = data from > mydb to display them on ui=20 >=20 You should probably take a look at the CouchApp project, which allows = you to move this myproject directory to a CouchDB document, so that it = can replicate along with the data. http://couchapp.org (is a couchapp) http://github.com/couchapp/couchapp (the dev tool) http://books.couchdb.org/relax/example-app/design-documents (how to use = it) > thanks, > farad >=20 >=20 >=20