user3622158
user3622158

Reputation: 43

How to start CouchDB from command line

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.

Upvotes: 4

Views: 18704

Answers (2)

Pratibha
Pratibha

Reputation: 1

Click here for snapshot

Managed here start and stop by selecting.

Another way: How to start CouchDB from command line

access your directory where installed couch db like on window cmd:

C:\CouchDB\bin

C:\CouchDB\bin> couchdb stop C:\CouchDB\bin> couchdb restart

Upvotes: 0

Daniel
Daniel

Reputation: 8388

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

Upvotes: 2

Related Questions