Distribute CouchDB as part of a Rails app?
Posted
by AaronThomson
on Stack Overflow
See other posts from Stack Overflow
or by AaronThomson
Published on 2010-05-04T02:17:32Z
Indexed on
2010/05/04
2:38 UTC
Read the original article
Hit count: 309
I am working on a Rails project and the Architect has asked me to investigate bundling CouchDB into to application so that it can be deployed by Capistrano across multiple platforms and managed by Rake.
My expectation was that I could set up the Erlang VM on the various environments and then distribute the CouchDB application with Capistrano. However I can't find any option to download CouchDB without the Erlang runtime. I can, however see an option to build CouchDB from source which I assume is platform dependent.
I am new to Erlang and CouchBD, am I missing something? Is there a way to bundle CouchDB into a Rails app and distribute it across multiple platforms?
© Stack Overflow or respective owner