Skip to content

Instantly share code, notes, and snippets.

@yruss972
yruss972 / gist:92a4060fe2a54f2caa8a
Last active August 29, 2015 14:02 — forked from chakatz/gist:6204134
Compile couchbase 2.5.1 on SmartOS base64 14.1 image (as root)
#
# Setup destination directory
#
export MY_CB_DIR=/opt/couchbase
mkdir ${MY_CB_DIR}
# Install pre-requisite packages
/opt/local/bin/pkgin -y in libtool-base autoconf automake git gcc47 gnupg gmake libevent icu py27-expat snappy erlang-15 subversion-base go gettext
#