上一篇我们介绍了 What is Couchbase Server 接下来我们来看如获取安装包以及简单地配置 官方站点: http://www.couchbase.com 文档归档: http://developer.couchbase.com/documentation-archive 有两个版本:企业版和社区版 这里以社区版为例License: Attribution-NonCommercial-ShareAlike 4.0 International
本文出自 Suzf Blog。 如未注明,均为 SUZF.NET 原创。
转载请注明:http://suzf.net/post/373
- 下载安装
#wget http://packages.couchbase.com/releases/3.0.1/couchbase-server-community-3.0.1-centos6.x86_64.rpm #rpm -ivh couchbase-server-community-3.0.1-centos6.x86_64.rpm --nodeps --force Preparing... ########################################### [100%] Warning: Transparent hugepages may be used. To disable the usage of transparent hugepages, set the kernel settings at runtime with echo never > /sys/kernel/mm/transparent_hugepage/enabled Warning: Transparent hugepages may be used. To disable the usage of transparent hugepages, set the kernel settings at runtime with echo never > /sys/kernel/mm/redhat_transparent_hugepage/enabled Warning: Swappiness is not 0. You can set the swappiness at runtime with sysctl vm.swappiness=0 Minimum RAM required : 4 GB System RAM configured : 0.97 GB Minimum number of processors required : 4 cores Number of processors on the system : 1 cores 1:couchbase-server ########################################### [100%] Starting couchbase-server [ OK ] You have successfully installed Couchbase Server. Please browse to http://master01.ocean.org: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, 18091, 18092, 11214, 11215 and from 21100 to 21299. By using this software you agree to the End User License Agreement. See /opt/couchbase/LICENSE.txt.简单配置 在浏览器输入 http://FQDN:8091 进行配置 step1 创建存储 配置主机名称 新建集群还是加入现有的集群












