- 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.
推薦閱讀
- GAE編程指南
- Learning C# by Developing Games with Unity 2020
- 零基礎PHP學習筆記
- R語言經典實例(原書第2版)
- 編寫高質量代碼:改善Python程序的91個建議
- Banana Pi Cookbook
- JS全書:JavaScript Web前端開發指南
- Instant Ext.NET Application Development
- C#程序設計教程(第3版)
- Quantum Computing and Blockchain in Business
- AutoCAD 2009實訓指導
- Python開發基礎
- Python Programming for Arduino
- SAP Web Dynpro for ABAP開發技術詳解:基礎應用
- Laravel Design Patterns and Best Practices