From user-return-21937-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Fri Aug 31 18:45:03 2012 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 AFFEBADF for ; Fri, 31 Aug 2012 18:45:03 +0000 (UTC) Received: (qmail 90590 invoked by uid 500); 31 Aug 2012 18:45:02 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 90554 invoked by uid 500); 31 Aug 2012 18:45:01 -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 90541 invoked by uid 99); 31 Aug 2012 18:45:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Aug 2012 18:45:01 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,MIME_QP_LONG_LINE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ido.ran@gmail.com designates 74.125.82.54 as permitted sender) Received: from [74.125.82.54] (HELO mail-wg0-f54.google.com) (74.125.82.54) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Aug 2012 18:44:54 +0000 Received: by wgx1 with SMTP id 1so2104728wgx.23 for ; Fri, 31 Aug 2012 11:44:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:references:from:content-type:x-mailer:in-reply-to :message-id:date:to:content-transfer-encoding:mime-version; bh=ZyFx/r8Rs44Xq+2CWXquk0pJZZrug7IU6zgjHVzRQDk=; b=L8Nzs6yX/RGxSpnDIsXaeBttQm2SUaKxgQ0sr6dIjYnxhtMKnA/Lyn3AhhNAUVkH+H h5NWodiDvjQtOSf1mPRt7+uqWlXALy2wzDCU/xFnNrNlGFVuWN1yZMrQKw0hhcubxt1W uKl5ojA6fYaJJHgIdSG1WUjRODUePlWOceMdHFB+50FbU0PDENpslxkWKQnZDPknvBTS 4E3q1PMjrTfPXk3QFTDHnGTAJd4KqRCBEnNFLbYQ9bW4WpbS6xi6GeIqbwPTBUJLxSkg axsb8ANZOkTMhGcAsKFw9ap2/1lpn2IR2ArhnA/rhvDMH6tcIxhPcnYiT6Hj1R6iqt2Q zv6w== Received: by 10.180.95.193 with SMTP id dm1mr6425618wib.10.1346438673868; Fri, 31 Aug 2012 11:44:33 -0700 (PDT) Received: from [10.211.139.219] ([95.35.62.219]) by mx.google.com with ESMTPS id w7sm2311244wiz.0.2012.08.31.11.44.31 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 31 Aug 2012 11:44:32 -0700 (PDT) Subject: Re: Include CouchDB in Windows Application References: From: Ido Ran Content-Type: multipart/alternative; boundary=Apple-Mail-16E052AA-9AB1-4F82-8FF1-B39E030CF987 X-Mailer: iPhone Mail (9A405) In-Reply-To: Message-Id: <82C3CCBE-6332-4E9C-A5AC-1EA9D776B46C@gmail.com> Date: Fri, 31 Aug 2012 21:44:23 +0300 To: "user@couchdb.apache.org" Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (1.0) --Apple-Mail-16E052AA-9AB1-4F82-8FF1-B39E030CF987 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 I use ClickOnce so the application get installed into the user AppData direc= tory.=20 I'll try it on virtual machine see how it works.=20 =D7=91-31 =D7=91=D7=90=D7=95=D7=92 2012, =D7=91=D7=A9=D7=A2=D7=94 15:10, Dav= e Cottlehuber =D7=9B=D7=AA=D7=91/=D7=94: > On 31 August 2012 14:01, Ido Ran wrote: >> I can try to ensure there are no space in the path in my part, but, the >> user home directory might contain space. >> I've seen home directory of users with spaces in the name and even >> non-english characters. >> In my case I've seen Hebrew characters in the user home directory (I'm fr= om >> Israel). >>=20 >> I guess I'll have to try and see how this works. >>=20 >> Thank you for the link. >>=20 >> Ido >>=20 >> On Fri, Aug 31, 2012 at 2:33 PM, Dave Cottlehuber wro= te: >>=20 >>> On 31 August 2012 11:58, Ido Ran wrote: >>>=20 >>>> Hi, >>>> I'm developing a Windows 7 Client Application. >>>> I would like to use local CouchDB as my data store. >>>> I am currently using Microsoft ClickOnce deployment framework which all= ow >>>> to install an application without administrator privileges, which means= >>> it >>>> get install on the user home directory. >>>>=20 >>>> 1) Is it possible to copy erlang runtime and CouchDB into the to >>> directory >>>> in which my application will be install and run it from there, without >>>> executing any setup packages? >>>> 2) If no is it possible to setup CouchDB and erlang without admin >>> account? >>>>=20 >>>> Thank you, >>>> Ido >>>>=20 >>>=20 >>> Hi Ido, >>>=20 >>> 1) yes, broadly speaking. Avoid spaces in path if you can. Erlang & Couc= hDB >>> are fine with relative paths in the config, just ensure you are not >>> changing >>> working directory within Erlang/CouchDB itself obviously. >>>=20 >>> 2) yes. unzip & run. >>>=20 >>>=20 >>> http://wiki.apache.org/couchdb/Quirks_on_Windows#Integrating_CouchDB_int= o_your_Windows_Applications >>>=20 >>> If you're missing any info, just reply back to this thread & I'll pick i= t >>> up. >>>=20 >>> A+ >>> Dave >>>=20 >=20 > Where are you thinking of storing the CouchDB db & view files? e.g. > http://msdn.microsoft.com/en-us/library/windows/apps/hh465109.aspx >=20 > A+ > Dave --Apple-Mail-16E052AA-9AB1-4F82-8FF1-B39E030CF987--