Search:

Search all manuals
Search this manual
Manual
Getting Started with Membase Server
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
3 Installing Membase Server
Chapter Sections
Chapters

3.2. Ubuntu Linux Installation

The Ubuntu installation uses the DEB package.

To install, use the dpkg command-line tool using the DEB file that you downloaded. The following example uses sudo which will require root-access to allow installation:

shell> dpkg -i membase-serverversion.deb

Where version is the version number of the downloaded package.

Once the rpm command has been executed, the Membase server starts automatically, and is configured to automatically start during boot under the 2, 3, 4, and 5 runlevels. Refer to the Ubuntu documentation for more information about installing packages using the Debian package manager.

Once installation has completed, the installation process will display a message similar to that below:

Selecting previously deselected package membase-server.
(Reading database ... 218698 files and directories currently installed.)
Unpacking membase-server (from membase-server-community_x86_64_1.7-beta.deb) ...
Setting up membase-server (1.7~basestar) ...
 * Started Membase server

You have successfully installed Membase 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/membase/LICENSE.txt.

Once installed, you can use the service command to manage the Membase Server service, including checking the current status. Refer to the Ubuntu documentation for instructions.

To continue installation you must open a web browser and access the web administration interface. See Section 4, “Setting up Membase Server”.