The couchdb tag has no wiki summary.
0
votes
0answers
22 views
Server freeze Tomcat Ubuntu
I have two project deployed on Ubuntu server.
One is a web application and other is central project which is called from different users. This web app also call this central project. Other users are ...
1
vote
2answers
149 views
Error when installing CouchDB on OS X Mountain Lion
I'm trying to install CouchDB on Mountain Lion.
I've followed the guide at http://wiki.apache.org/couchdb/Installing_on_OSX
I get to the point where I have to do brew install couchdb, but when I do ...
1
vote
0answers
92 views
CouchDB on Ubuntu 10.04
I've been trying to install couchdb on Ubuntu 10.04.
$ sudo apt-get install couchdb
(everything looks fine - server starts)
$ couchdb
Segmentation fault
The server is not accessible through curl or ...
3
votes
1answer
381 views
Installing and running couchdb on macosx
I am running OSX Leopard 10.5.8. I installed couchdb using
brew install couchdb
If I run couchdb on the command line (in accordance with the brew info instructions) 3 processes are spawned, but ...
1
vote
3answers
917 views
How to install couchdb on mac osx 10.6
I'm trying to install CouchDB on my mac, running snow leopard 10.6. I installed Xcode, MacPorts, and then followed the instructions here: http://wiki.apache.org/couchdb/Installing_on_OSX
It all ...
3
votes
2answers
2k views
Run couchdb.bat in background/no terminal on windows?
I got really excited when I realized that there is finally a GOOD windows installer for couchdb. But im not excited that the server doesn't run as a service. You are provided with a bat file that ...
0
votes
4answers
481 views
How can I upgrade from CouchDB 0.8.0 to 0.9.0 on Ubuntu?
Ubuntu comes with CouchDB 0.8.0-incubator. I have it running correctly. I've recently wanted to upgrade to 0.9.0, so I followed the instructions on this blog post, but I seem to be missing the final ...