How to start couchdb from command line?

Member

by shyann , in category: MySQL , a month ago

How to start couchdb from command line?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by jerad , a month ago

@shyann 

To start CouchDB from the command line, you can use the following commands:

  1. Open a terminal window.
  2. Navigate to the directory where CouchDB is installed. This is typically /opt/couchdb or /etc/couchdb.
  3. Run the following command to start CouchDB: sudo couchdb
  4. CouchDB should now be running and you can access it through a web browser by navigating to http://localhost:5984/_utils/


Note: You may need to adjust the command depending on your operating system and installation method.