This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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 | |
# |