- Couchbase Essentials
- John Zablocki
- 101字
- 2021-07-23 20:27:52
Ports
Couchbase Server is constructed using a series of components, each requiring access to a different port. It's common to encounter errors when trying to use Couchbase for the first time, due to blocked ports. You're more likely to have fewer port restrictions on your development machine than on your production servers, but it's still important to make sure you have at least ports 8091
, 8092
, 11210
, and 11211
open. Running a cluster requires more port access, but for development, you'll need to have the web admin accessible (8091
) and the API and client endpoint ports open (8092
, 11210
, and 11211
).
推薦閱讀
- 微服務設計(第2版)
- Android和PHP開發最佳實踐(第2版)
- MySQL 8從入門到精通(視頻教學版)
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- Visual Basic 6.0程序設計計算機組裝與維修
- Web交互界面設計與制作(微課版)
- FreeSWITCH 1.6 Cookbook
- Swift 3 New Features
- 數據結構(C語言)
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- Regression Analysis with Python
- PrimeFaces Blueprints
- C#面向對象程序設計(第2版)
- Learning Image Processing with OpenCV
- Java并發實現原理:JDK源碼剖析