Skip to content

Instantly share code, notes, and snippets.

@jslatts
Last active December 14, 2015 09:38
Show Gist options
  • Save jslatts/5066092 to your computer and use it in GitHub Desktop.
Save jslatts/5066092 to your computer and use it in GitHub Desktop.
couchnode on ubuntu 12.04
Installing node couchbase driver
apt-get install build-essential
apt-get install autoconf
apt-get install libtool
apt-get install libev-dev
git clone git://github.com/couchbase/libcouchbase.git
./config/autorun.sh
./configure --disable-couchbasemock
make
make install
CPPFLAGS="-I/usr/local/include"
LDFLAGS="-L/usr/local/lib -Wl,-rpath,/usr/local/lib"
export CPPFLAGS LDFLAGS
cd /vagrant
npm install couchnode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment