一、卸载

查看已安装的版本

rpm -qa|grep couchbase

卸载已安装的版本

rpm -e xxxx

 

二、安装

安装couchbase

rpm -i xxxx.rpm

浏览器中访问8091端口进行安装设置

http://xx.xx.xx.xx:8091

一路下一步就行(可以设置一下分配的内存和登录密码)

 

三、命令

启动

sudo /opt/couchbase/etc/couchbase_init.d start

停止

sudo /opt/couchbase/etc/couchbase_init.d stop

 

相关文章:

  • 2021-09-05
  • 2022-12-23
  • 2022-03-05
  • 2022-01-04
  • 2021-09-07
  • 2022-02-09
  • 2022-02-17
猜你喜欢
  • 2021-10-17
  • 2022-12-23
  • 2021-12-05
  • 2021-05-31
  • 2021-07-14
  • 2021-06-24
相关资源
相似解决方案