There is no reason to put your application data in the www directory. CouchDB can serve files as attachments to database documents without a problem, which is how CouchApp functions. You should not need to modify local.ini.
On Thu, Jun 10, 2010 at 10:14, farad <[email protected]> wrote: > Randall Leeds <randall.le...@...> writes: > >> >> Hi, Tomy. >> >> 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. >> >> Did you install from source/homebrew or using CouchDB X? >> >> -Randall >> >> > 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 > > thanks, > farad > > > >
