- CouchDB and PHP Web Development Beginner’s Guide
- Tim Juravich
- 163字
- 2021-08-13 18:22:51
Time for action — installing CouchDB
Now that we have Homebrew installed, we are finally ready to install CouchDB.
Note
Please note that before Homebrew installs CouchDB, it will install all of its dependencies, which include such things as: Erlang, Spidermonkey, ICU, and so on. This section might take up to 10-15 minutes to complete, because they are being compiled locally on your machine. Don't worry if it seems like it's taking too long; this is normal.
We are going to install CouchDB using Homebrew.
- Open Terminal
- Run the following command:
brew install couchdb -v
- Terminal will respond with a lot of text over the next couple of minutes. You will see it grab each dependency and then install it. At the very end, you will receive a success message.
What just happened?
We just installed CouchDB from the source and downloaded all of its dependencies. After installation, Homebrew put everything in the right folders and configured everything we need to use CouchDB.
推薦閱讀
- Oracle WebLogic Server 12c:First Look
- Learning Cython Programming
- RTC程序設計:實時音視頻權威指南
- Hands-On JavaScript High Performance
- Practical Windows Forensics
- Mastering Unity Shaders and Effects
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- QTP自動化測試進階
- Gradle for Android
- SQL Server與JSP動態網站開發
- Java Fundamentals
- 零基礎學C語言程序設計
- Java并發編程之美
- C編程技巧:117個問題解決方案示例
- INSTANT JQuery Flot Visual Data Analysis