Hello!
As I recently installed es_admin, I’ve run into an issue. On the couchdb, I’ve got to run it off of my pc. I’ve tried changing my binding address to 0.0.0.0, my public up, and my ipv4. I just can’t seem to get it to work. Any ideas?
Hello!
As I recently installed es_admin, I’ve run into an issue. On the couchdb, I’ve got to run it off of my pc. I’ve tried changing my binding address to 0.0.0.0, my public up, and my ipv4. I just can’t seem to get it to work. Any ideas?
Hey.
Dubble check first to see if the service is running.
Windows : open cmd type: netstat -a (will list all current ports that are listening)
Linux: in terminal: netstat -atpn
Check to see if couchdb is up and listening and if so on what IP and port.
If nothing shows up at all, then the service is proberbly not running at all.
It’s reading on the follow address with ip: 0.0.0.0:5984
Okey, just played around with my couchdb setup on linux.
Before setting the ip in default.ini and local.ini
[ /opt/couchdb/etc ]:# netstat -atpn |grep 5984
tcp 0 0 127.0.0.1:5984 0.0.0.0:* LISTEN 420/beam.smp
After setting the ip in default.ini and local.ini
[ /opt/couchdb/etc/default.d ]:# netstat -atpn |grep 5984
tcp 0 0 10.0.0.184:5984 0.0.0.0:* LISTEN 1701/beam.smp
I’ve got mine hosting off off of Windows. Any way you could to that in Windows?
Should be possible, but i never tried this on windows, but there should be configurations files that you can change.
Just need to find the installation folder and they should be in there.
I’ve seen the default.ini and local.ini and I’ve changed them, but they never work. Will I be looking for the installation folder?