Linuxにcouchbaseをインストール

1.インストール手順下記:

[oracle@dev opt]$ rpm –install couchbase-server-enterprise_x86_64_2.0.0.rpm
error: can’t create transaction lock on /var/lib/rpm/__db.000
注意:権限が足りない場合、rootユーザとしてインストール、またはsudoコマンドでインストール
[root@dev opt]# rpm –install couchbase-server-enterprise_x86_64_2.0.0.rpm
Starting couchbase-server
You have successfully installed Couchbase Server.
Please browse to http://localhost: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 and from 21100 to 21299.
By using this software you agree to the End User License Agreement.
See /opt/couchbase/LICENSE.txt.
[root@dev opt]#

2.管理画面
http://localhost:8091/index.html
ディフォルトユーザ名:Administrator
起動停止:
/etc/init.d/couchbase-server {start|stop|restart|status}

リンクターゲット:
/opt/couchbase/etc/couchbase_init.d

 

DataBase

Posted by arkgame