From 6331c32879528414fe49fa1cf22ceb16ff86220d Mon Sep 17 00:00:00 2001 From: oliora Date: Wed, 19 Oct 2011 18:49:23 +0400 Subject: [PATCH] Added configuration step to allow run CouchDB with GeoCouch via launchctl. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38fd1bc..145d212 100644 --- a/README.md +++ b/README.md @@ -64,12 +64,17 @@ which can be set with the `ERL_FLAGS` environment variable: export ERL_FLAGS="-pa /build" +Or if you start CouchDB with `launchctl`, add the following lines to +your `~/Library/LaunchAgents/org.apache.couchdb.plist`'s `EnvironmentVariables` dictionary: + + ERL_FLAGS + -pa /build + If you run a dev instance with CouchDB's `./utils/run` you can also define it on startup: ERL_FLAGS="-pa /build" /utils/run - Using GeoCouch --------------