Hi, I installed CouchDB 1.0.1_rel1 from the pre-built 32-bit binary for Ubuntu at: http://www.couch.io/get#ubuntu
I started it up and did curl http://localhost:5984 and got: {"couchdb":"Welcome","version":"1.0.1"} Yay! curl http://localhost:5984/_all_dbs and curl http://localhost:5984/_users also give expected results. However, checking to see if Futon is running with: curl http://localhost:5984/_utils returns absolutely nothing, but it does show: [Mon, 04 Oct 2010 21:12:05 GMT] [info] [<0.2654.0>] 127.0.0.1 - - 'GET' /_utils 301 in the log. 301 means "Moved Permanently" according to the HTTP spec. What is going on? How can I get Futon working? This is on Ubuntu 9.04, uname -a = uname -a Linux myhost 2.6.18-53.1.13.el5.028stab053.10ent #1 SMP Tue Apr 1 16:10:55 MSD 2008 i686 GNU/Linux Thanks! Dan
