(Redirecting to the mailing list...)
On Sat, Sep 12, 2015 at 2:00 AM, Reyes-spindola, JorgeX
<
jorgex.rey...@intel.com> wrote:
> In section 2 of the couchdb-python documentation you mention that the
> package comes with a view server that will allow me to write views in
> Python. Supposedly a script called couchpy gets installed that runs the view
> server. I have looked for the script to enable it in the local.ini file but
> I can’t find it.
If you install CouchDB-Python, it does install a couchpy script. I
just verified that this works, by running python setup.py install with
--prefix=~/tmp:
Installing couchpy script to /home/djc/tmp/bin
So this appears to work for me. You can then add it to the
[query_servers] section in CouchDB's local.ini.
Cheers,
Dirkjan