harish babu
harish babu

Reputation: 27

Can anyone explain or refer a link to me how to install Couchbase

I am new to Couchbase database can anyone please guide me to how to install this software and refer some documents, so that I can understand the basics of this Database.

Upvotes: 1

Views: 82

Answers (2)

Matthew Groves
Matthew Groves

Reputation: 26169

Here's a newer possibility, if you are on Windows. You can use Chocolatey NuGet (which is like apt-get for Windows)

choco install couchbase-server-community installs 4.0.0 (as of today)

choco install couchbase-server-community -pre install 4.5.0 beta (as of today)

Check out Chocolatey NuGet for the most up to date information on which versions you can install.

Upvotes: 0

Matthew Groves
Matthew Groves

Reputation: 26169

I just posted a tutorial on how to install Couchbase Server on Windows:

http://blog.couchbase.com/2016/may/couchbase-with-windows-and-.net---part-1

But for the record, installing it is pretty easy: just download the binary and follow instructions: http://www.couchbase.com/nosql-databases/downloads

Couchbase.com has a lot of material on how to use and understand Couchbase Server. Maybe you can start on the Getting Started page: http://www.couchbase.com/get-started-developing-nosql

Upvotes: 0

Related Questions