
上QQ阅读APP看书,第一时间看更新
Checking that our setup is complete
We just accomplished a lot in the past few pages. We've set up our web development environment and installed CouchDB. Now, let's double check that we can run and access CouchDB.
Starting CouchDB
CouchDB is easy to manage. It operates as a service that we can start and stop by using our command line. Let's start CouchDB with a command line statement.
- Open Terminal.
- Run the following command:
couchdb -b
- Terminal will reply with the following:
Apache CouchDB has started, time to relax.
Great! Now that we have started CouchDB as a background process, it will sit in the background and handle requests until we shut it off.