You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EklektikArtist edited this page Mar 11, 2016
·
1 revision
Type cd webserver/
Type vagrant up && vagrant ssh and wait for the prompt to return. Initially, this will take a long time.
Type sudo nano /etc/couchdb/default.ini. This will open up a document to edit. (Alternatively, use sudo vim /etc/couchdb/default.ini if you are a vim user.)
Locate the line beginning with bind_address. This should be on line 43. Alternatively, press CTRL + W, type bind_address, and press ENTER.
Replace 127.0.0.1 with 0.0.0.0
Exit the file with CTRL + X then press Y and ENTER when prompted to save
Restart the service with sudo service couchdb restart