Installing on RHEL
Install Couchbase Server on RHEL using the rpm command-line tool with the downloaded RPM package.
Log in as root (Superuser) to complete the installation:
root-> rpm --install couchbase-server version.rpm
where version is the version number of the downloaded package.
After the rpm command completes, Couchbase Server starts automatically. It is configured to automatically start during boot under the 2, 3, 4, and 5 runlevels. Refer to the Red Hat RPM documentation for more information about installing packages using RPM.
After installation is completed, the installation process displays a message similar to the following:
Minimum RAM required : 4 GB
System RAM configured : 8174464 KB
Minimum number of processors required : 4 cores
Number of processors on the system : 4 cores
Starting couchbase-server[ OK ]
You have successfully installed Couchbase Server.
Browse to http://host_name:8091/ to configure your server.
Refer to http://couchbase.com for additional resources.
Update your firewall configuration
to allow connections to the following ports:
11211, 11210, 11209, 4369, 8091, 8092 and from 21100 to 21299.
By using this software you agree to the End User License Agreement.
See /opt/couchbase/LICENSE.txt.
After the installation is completed, use the Red Hat chkconfig command to manage the Couchbase Server service, including checking the current status and creating the links to turn on and off the automatic start-up. To perform the initial Couchbase Server setup, open a web browser and access the Couchbase Web Console.