If you, or anyone, wanna test this 1.2.1 build and let me know how things go,
that’d be cool, too :)
http://people.apache.org/~jan/dist/packages/mac/1.2.1/
Best
Jan
--
On Feb 18, 2013, at 22:08 , Troy Farrell <[email protected]> wrote:
> Hi CouchDB users,
>
> I've build CouchDB with
> https://github.com/cloudnode/build-couchdb
>
> and built the OS X application with
> https://github.com/cloudnode/couchdbx-app
>
> but I'm having a hard time figuring out how to make the application
> distributable. Here's what I mean.
>
> When you build with build-couchdb, you have CouchDB that runs from a
> specific location, with lots of absolute paths in the resulting files.
> When you wrap it up in the OS X application with couchdbx-app, it seems to
> still refer to the same absolute paths. It seems like there should be an
> easy way to make the paths relative and put all the CouchDB-associated
> files in the .app package. What am I missing?
>
> Thanks,
> Troy