How to Install Couchbase server 3.0.1
Couchbase is nosql document base web application. All the data stored as document. Mainly JSON format data are stored in server. So it is easy to scale and the availability is five nines (99.999). All the companies are moving towards nosql, because of below benefits –
- Flexible data model
- Easy scalability
- Consistent high performance
- Always online
Please Follow the below Steps to install couchbase server 3.0.1 on windows 8
Step 1
Go to below page and download the software http://www.couchbase.com/nosql-databases/download

Step 2
Provide all the details and click on “Try it now” button and download the software

Step 3
After completion of download double click on that to install the software

Step 4
Please wait while it is preparing to install

Step 5
Just click on Next button

Step 6
Change the path if you want else click on next

Step 7
Now install the Software by clicking on install button

Step 8
Please wait while it is installing the couchbase server

Step 9
Now we are done, click on finish to complete the installation

After Installation please follow the below steps to do the first time setup for couchbase server. This setup is required only once. Please follow the below steps to complete the Installation and make it ready to use.
Step 1
Click on setup

Step 2
Click on next, if you want change the ram size for the cluster

Step 3
Click next

Step 4
Now click next

Step 5
Please unselect the update notification(not mandatory ) and click on I agree button and go next.

Step 6
Please create a user for farther use.

Step 7
Now it is done. We can use the couchbase server.

How to Open couchbase server?
Follow the below steps to run the couchbase server
Step 1
Double click on icon

Step 2
Hope you remember the username and password. Provide the user name and password.

Step 3
Done

see my next post for CRUD operations in couchbase using java
Awesome!! this is explained well for installation in few simple steps. Thank You.