Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added some install notes from couchdb conf #2

Open
wants to merge 1 commit into
base: wip-geometry
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ For Apache CouchDB

This version of GeoCouch needs at least Apache CouchDB 1.3.x.

### Other Dependencies

autoconf-archive
geos
ebin (or adjust Makefile do-check)


### Checkout the code

Expand Down Expand Up @@ -72,7 +78,7 @@ After that you can compile GeoCouch from within the GeoCouch directory:

Now copy the configuration file into your Apache CouchDB directory:

cp etc/couchdb/default.d/geocouch.ini <path-to-couchdb-source>/etc/couchdb/default.d/
cp gc-couchdb/etc/couchdb/default.d/geocouch.ini <path-to-couchdb-source>/etc/couchdb/default.d/


### Running tests
Expand Down Expand Up @@ -116,3 +122,10 @@ Then add the tests to `<path-to-couchdb-source>/share/www/script/couch_tests.js`
loadTest("spatial_offsets.js");
loadTest("spatial_range.js");
loadTest("spatial_opensearch.js");

###### Note

If all JavaScript tests fail, you may need to:

make couchdb