- CouchDB and PHP Web Development Beginner’s Guide
- Tim Juravich
- 114字
- 2021-08-13 18:22:51
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.
推薦閱讀
- Objective-C Memory Management Essentials
- PostgreSQL Cookbook
- 劍指JVM:虛擬機實踐與性能調優
- 青少年軟件編程基礎與實戰(圖形化編程三級)
- The React Workshop
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- Node.js Design Patterns
- 利用Python進行數據分析
- 學習OpenCV 4:基于Python的算法實戰
- Hands-On Nuxt.js Web Development
- Python繪圖指南:分形與數據可視化(全彩)
- Mastering PostgreSQL 11(Second Edition)
- Unity3D高級編程:主程手記
- Mastering Puppet(Second Edition)
- JavaScript高級程序設計(第3版)