Skip to content

Instantly share code, notes, and snippets.

@davidjrice
Created February 24, 2010 22:06
Show Gist options
  • Select an option

  • Save davidjrice/313918 to your computer and use it in GitHub Desktop.

Select an option

Save davidjrice/313918 to your computer and use it in GitHub Desktop.
sudo aptitude install libmozjs-dev libicu-dev libcurl4-openssl-dev erlang
wget http://www.apache.org/dyn/closer.cgi?path=/couchdb/0.10.1/apache-couchdb-0.10.1.tar.gz
tar zxvf apache-couchdb-0.10.1.tar.gz
cd apache-couchdb-0.10.1
./configure && make && sudo make install
couchdb &
sudo aptitude install git
sudo aptitude install git-core
ssh dragons -L 5984:127.0.0.1:5984
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment