arachide
arachide

Reputation: 8066

tutorial that install couchnode on couchbase/mac os x&linux

I hope to integrate couchnode to my project that make me to access couchbase via nodejs conveniently. Is there any tutorial that demonstrate how to install couchnode

https://github.com/couchbase/couchnode

the document on the url above does not mention the installation of couchnode

on mac/couchbase

or any person has the experience

Your comment welcome

Upvotes: 0

Views: 411

Answers (1)

Tug Grall
Tug Grall

Reputation: 3510

I am using mainly Mac and it is working perfectly.

The doc mention the Mac using http://mxcl.github.io/homebrew/ :

brew install libcouchbase

Then you just need to do

npm install couchbase

Upvotes: 1

Related Questions