CouchDB: add test instructions

master
Adam Vandenberg 2011-07-07 11:20:06 -07:00
parent f860207381
commit cf05bf2678
1 changed files with 10 additions and 0 deletions

View File

@ -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