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 couchbase-server version.deb
Where version is the version number of the
downloaded package.
Once the dpkg command has been executed, the Couchbase 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 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.
Once installed, you can use the service command to manage the Couchbase 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 2.4, “Setting up Couchbase Server” .