How to start CouchDB from command line

15,151

If you don't have it installed as a service you can use the couchdb.bat file to start. Located here: install_dir\bin.

Share:
15,151
user3622158
Author by

user3622158

Updated on June 04, 2022

Comments

  • user3622158
    user3622158 almost 2 years

    I know we can use net start and stop to manage a couchDB service on windows. I want to know if there alternate ways to manage couchDB. I want to create start and stop couchDB scripts like the ones used in the linux installation so that I can customize it.

  • user3622158
    user3622158 about 10 years
    To start this works. Any ideas on how to stop CouchDB?
  • HADI
    HADI about 8 years
    to stop service in windows open cmd as administrator and run - net.exe stop "apache couchdb"
  • Magiranu
    Magiranu over 6 years
    I get an error when I double click couchdb.cmd. I have the latest version installed. I created my own batch file like so net.exe start "apache couchdb" .