Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save solisoft/113980 to your computer and use it in GitHub Desktop.
Save solisoft/113980 to your computer and use it in GitHub Desktop.
# Install Erlang R12B and Couchdb
sudo apt-get install automake autoconf libtool subversion-tools help2man
sudo apt-get install build-essential erlang libicu38 libicu-dev libcurl4-gnutls-dev
sudo apt-get install libreadline5-dev checkinstall libmozjs-dev wget
sudo apt-get build-dep erlang
sudo apt-get install java-gcj-compat java-gcj-compat-dev
wget http://www.erlang.org/download/otp_src_R12B-4.tar.gz
tar -xf otp_src_R12B-4.tar.gz
cd otp_src_R12B-4
./configure
make && sudo make install
cd ..
wget http://mirrors.linhub.com/apache/couchdb/0.9.0/apache-couchdb-0.9.0.tar.gz
tar -xf apache-couchdb-0.9.0.tar.gz
cd apache-couchdb-0.9.0
./configure
make && sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment