Search:

Search all manuals
Search this manual
Manual
Couchbase Server 1.8 マニュアル
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
2.2 Couchbase Serverのインストール
Chapter Sections
Chapters

2.2.2. Ubuntu Linuxへのインストール

Ubuntuのインストールは、DEBパッケー​​ジを使用しています

dpkgコマンドラインツールを使用して、ダウンロードしたDEBファイルをインストールしてください。インストールではrootアクセスが必要とすなります。次の例ではsudoを使用しています。

shell> dpkg -i couchbase-server version.deb

versionは、ダウンロードしたパッケージのバージョン番号です。

dpkgコマンドを実行すると、2、3、4、5のランレベルで自動起動するように設定されます。Debianのパッケージマネージャを使用したパッケージのインストールの詳細については、Ubuntuのマニュアルを参照してください。

インストールが完了したら、インストールプロセスでは、以下のようなメッセージが表示されます。

Selecting previously deselected package couchbase-server.
(Reading database ... 218698 files and directories currently installed.)
Unpacking couchbase-server (from couchbase-server-community_x86_64_beta.deb) ...
Setting up couchbase-server (2-0~basestar) ...
 * Started Couchbase server

You have successfully installed Couchbase Server.
Please browse to http://tellurium-internal: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, 4369, 8091
and from 21100 to 21199.

By using this software you agree to the End User License Agreement.
See /opt/couchbase/LICENSE.txt.

インストールが完了したら、現在の状態チェックなど、Couchbase Serverサービスを管理するためのserviceコマンドを使用できるようになります。これらの手順については、Ubuntuのマニュアルを参照してください。

インストールを続行するには、Webブラウザを開き、Web管理インターフェイスにアクセスする必要があります。 「Couchbase Serverの設定」 を参照してください。