Created
February 24, 2010 22:06
-
-
Save davidjrice/313918 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 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