2013年12月30日 星期一

[研究] Apache CouchDB 1.0.4 文件資料庫 安裝 (CentOS 6.5 x64)

[研究] Apache CouchDB 1.0.4 文件資料庫 安裝 (CentOS 6.5 x64)

2013-12-30

Apache CouchDB 是一種文件資料庫(Document Database),可以使用JavaScript通過MapReduce方法進行查詢和索引,它提供了一個RESTful JSON API,因此可以在任何環境中通過HTTP訪問,CouchDB內置了Web管理控制台,支持通過瀏覽器管理數據庫。CouchDB使用Erlang編寫,Erlang是一種健壯的函數式編程語言,非常適合於構建並發的分佈式系統,Erlang的設計非常靈活,其可伸縮性與可擴展性都非常棒。

官方網站
http://couchdb.apache.org/

安裝說明
http://wiki.apache.org/couchdb/Installation
http://wiki.apache.org/couchdb/Installing_on_RHEL5

CouchDB API + PHP 程式設計參考
http://wiki.apache.org/couchdb/Getting_started_with_PHP

http://jan.prima.de/plok/index.php?url=archives/42-CouchDb-PHP-Hello-World-Tutorial.html&serendipity[cview]=threaded

安裝

#Enable the EPEL repository.
wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -ivh epel-release-6-8.noarch.rpm

#Install the couchdb package from EPEL:
yum -y install couchdb

#Edit config file to suit:
#vi /etc/couchdb/local.ini

#Start CouchDB:
service couchdb start

#Set it to start automatically on reboots:
chkconfig --level 345 couchdb on

(完)

[研究] Apache CouchDB 1.0.4 文件資料庫 安裝 (CentOS 6.5 x64)
http://shaurong.blogspot.com/2013/12/apache-couchdb-104-centos-65-x64.html

[研究] Apache CouchDB 文件資料庫 安裝 (CentOS 5.5 x86)
http://forum.icst.org.tw/phpbb/viewtopic.php?t=19393

[研究] Apache CouchDB 文件資料庫 安裝 (Fedora 14 x86)
http://forum.icst.org.tw/phpbb/viewtopic.php?t=19510


沒有留言:

張貼留言