下载
wget http://www.apache.org/dist/incubator/couchdb/0.8.0-incubating/apache-couchdb-0.8.0-incubating.tar.gz tar zxvf apache-couchdb-0.8.0-incubating.tar.gz cd apache-couchdb-0.8.0-incubating.tar.gz
sudo aptitude install automake autoconf libtool build-essential erlang libicu libicu-dev libreadline5-dev checkinstall libmozjs-dev
./configure --sysconfdir=/etc --localstatedir=/var make && sudo make install
sudo adduser couchdb --home /var/lib/couchdb/ --disabled-password
sudo chown -R couchdb /var/lib/couchdb sudo chown -R couchdb /var/log/couchdb
sudo /etc/init.d/couchdb start
浏览器打开 http://localhost:5984/_utils/index.html,访问 CouchDB 自带的管理工具。
No comments:
Post a Comment