2011年11月11日 星期五

用Homebrew安裝CouchDB

# 安裝指令
brew install couchdb

# 啟動 CouchDB 並且背景執行
couchdb -b

# 打開管理頁面,time to relax
http://127.0.0.1:5984/_utils/index.html

# 關閉 CouchDB
couchdb -k

沒有留言:

張貼留言