Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification. The following page has been changed by JasonSmith: http://wiki.apache.org/couchdb/Getting_started_with_Amazon_EC2 The comment on the change is: Comment out a note so that you can paste the whole line in the shell ------------------------------------------------------------------------------ 1. {{{sudo apt-get update && sudo apt-get -y upgrade}}} 1. {{{sudo apt-get install erlang libmozjs-dev libicu-dev libcurl4-gnutls-dev make subversion automake autoconf libtool help2man}}} 1. Fetch, build, and run CouchDB: - 1. {{{svn checkout http://svn.apache.org/repos/asf/couchdb/trunk couchdb}}} (Instead of trunk, you could try {{{ tags/0.8.0 }}}, {{{ tags/0.8.1 }}}, etc.) + 1. {{{svn checkout http://svn.apache.org/repos/asf/couchdb/trunk couchdb}}} # (Instead of trunk, you could try {{{ tags/0.8.0 }}}, {{{ tags/0.8.1 }}}, etc.) 1. {{{cd couchdb}}} 1. {{{./bootstrap && ./configure && make && sudo make install}}} 1. {{{sudo adduser --system --home /usr/local/var/lib/couchdb --no-create-home --shell /bin/bash --group --gecos 'CouchDB account' couchdb}}}