- 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.
推薦閱讀
- 零基礎學Scratch少兒編程:小學課本中的Scratch創意編程
- Java從入門到精通(第5版)
- Java程序設計與實踐教程(第2版)
- Data Analysis with Stata
- Scala程序員面試算法寶典
- 零基礎入門學習Python(第2版)
- Android應用案例開發大全(第二版)
- Python全棧數據工程師養成攻略(視頻講解版)
- Learning YARN
- 大話Java:程序設計從入門到精通
- HTML5+CSS3+jQuery Mobile APP與移動網站設計從入門到精通
- Nagios Core Administration Cookbook(Second Edition)
- Android系統下Java編程詳解
- Mastering Embedded Linux Programming
- Python網絡爬蟲實例教程(視頻講解版)