Running CouchDB on Fedora Core 6
CouchDB runs well on Fedora Core 6. You just need to ensure you install:
- icu-3.6-4
- libicu-3.6-4
- libicu-devel-3.6-4
- erlang-R11B-2.3.fc6
Then it’s simply a question of:
- svn checkout http://couchdb.googlecode.com/svn/trunk/ couchdb
- ./bootstrap
- ./configure –with-erlang=/usr/lib/erlang/usr/include
- make
- make install
Run couchdb and access the inbuilt web server at http://localhost:8888 and enjoy ![]()