Linux 上安装 Couchbase服务
down: http://www.couchbase.com/downloads/
doc: http://docs.couchbase.com/archive-index/
forums: http://forums.couchbase.com/
#下载(注意服务器版本我的是RedHat5.x)
#wget http://packages.couchbase.com/releases/2.2.0/couchbase-server-enterprise_2.2.0_x86_64_openssl098.rpm
#安装
#rpm -ivh couchbase-server-enterprise_2.2.0_x86_64_openssl098.rpm
[root@localhost irving]# rpm -ivh couchbase-server-enterprise_2.2.0_x86_64_openssl098.rpm
Preparing... ########################################### [100%]
Minimum RAM required : 4 GB
System RAM configured : 16436564 kB
Minimum number of processors required : 4 cores
Number of processors on the system : 8 cores
1:couchbase-server ########################################### [100%]
Starting couchbase-server[纭甝
^[[?1;2c
You have successfully installed Couchbase Server.
Please browse to http://localhost.localdomain:8091/ to configure your server.
Please refer to http://couchbase.com for additional resources.
Please note that you have to update your firewall configuration to
allow connections to the following ports: 11211, 11210, 11209, 4369,
8091, 8092 and from 21100 to 21299.
By using this software you agree to the End User License Agreement.
See /opt/couchbase/LICENSE.txt.
#防火墙
allow connections to the following ports: 11211, 11210, 11209, 4369,
8091, 8092 and from 21100 to 21299.
如果有以下错误提示:
error: Failed dependencies:
libcrypto.so.6()(64bit) is needed by couchbase-server-2.0.0-1976.x86_64
libssl.so.6()(64bit) is needed by couchbase-server-2.0.0-1976.x86_64
解决办法:
#yum install openssl098e
#Couchbase 启动和关闭
#/opt/couchbase/etc/couchbase_init.d stop 关闭
#/opt/couchbase/etc/couchbase_init.d start 启动
备注:
2014年10月15日 安装了WINX64 版本(couchbase-server-enterprise_2.5.1_x86_64)
Refer:
http://www.cnblogs.com/dudu/archive/2013/01/26/linux_install_couchbase.html
Couchbase进阶-集群与版本升级
http://www.cnblogs.com/long-gengyun/p/3772504.html
What is a couchbase pool
http://stackoverflow.com/questions/16978324/what-is-a-couchbase-pool
Any Qestion?
http://stackoverflow.com/search?q=couchbase
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 周边上新:园子的第一款马克杯温暖上架
· Open-Sora 2.0 重磅开源!
· .NET周刊【3月第1期 2025-03-02】
· 分享 3 个 .NET 开源的文件压缩处理库,助力快速实现文件压缩解压功能!
· [AI/GPT/综述] AI Agent的设计模式综述