Skip to content

Instantly share code, notes, and snippets.

@chakatz
chakatz / gist:6204134
Last active December 20, 2015 22:19
Build CouchBase 2.1.1 on SmartOS (a Solaris fork)Tested on these images: java:13.1.0 & base64:1.9.1Replace "Trond" to your name in three places before running.
pfexec /opt/local/bin/pkgin -y in libtool-base autoconf \
automake scmgit-base gcc47 \
gnupg gmake libevent icu \
py27-expat snappy erlang-15.1.3.1 \
subversion-base
pfexec wget -O /opt/local/bin/repo http://commondatastorage.googleapis.com/git-repo-downloads/repo
pfexec chmod a+x /opt/local/bin/repo
pfexec mkdir /opt/couchbase
pfexec chown trond /opt/couchbase