diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/couchdb.rb | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
