couchdb-pythonviews icon indicating copy to clipboard operation
couchdb-pythonviews copied to clipboard

Installation Instructions

Open asifmom opened this issue 14 years ago • 1 comments
trafficstars

Hi,

We are trying to use couchdb-pythonviews. But it looks like the installation instructions are incomplete. How do we hook it up with Couchdb.

Is adding the following line in default.ini enough?[Doesn't seem to work for us]

[query_servers] python = /home/asif/mangroveorg/couchdb-pythonviews/tests/view_server.py

asifmom avatar Sep 12 '11 09:09 asifmom

You will also need to run sudo python setup.py install in the project directory in order to package up the egg and install it in your Python site-packages directory.

pegli avatar Mar 20 '12 23:03 pegli