From 6c13dad53917ed322fa5b53632d8b2cef281ff26 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 7 Jul 2011 11:20:06 -0700 Subject: CouchDB: add test instructions --- Library/Formula/couchdb.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/couchdb.rb b/Library/Formula/couchdb.rb index cf91670a2..8cc4430c9 100644 --- a/Library/Formula/couchdb.rb +++ b/Library/Formula/couchdb.rb @@ -28,6 +28,16 @@ class Couchdb < Formula (var+'log/couchdb').mkpath end + def test + puts <<-EOS.undent + To test CouchDB, start `couchdb` in a terminal and then: + curl http://127.0.0.1:5984/ + + The reply should look like: + {"couchdb":"Welcome","version":"1.1.0"} + EOS + end + def caveats; <<-EOS.undent If this is your first install, automatically load on login with: mkdir -p ~/Library/LaunchAgents -- cgit v1.2.3