You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2013/01/16 13:00:00 UTC

[Couchdb Wiki] Update of "DaveCottlehuber" by DaveCottlehuber

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The "DaveCottlehuber" page has been changed by DaveCottlehuber:
http://wiki.apache.org/couchdb/DaveCottlehuber?action=diff&rev1=4&rev2=5

  #format wiki
  #language en
  == Dave Cottlehuber ==
- Email:dave:muse.net.nz
+ Email:dch@jsonified.com
  ----
  CategoryHomepage
  
+ == Installing 1.3.x CouchDB on Ubuntu 12.10 ==
+ 
+ Working notes.
+ 
+ 
+ {{{
+ # lots of pre-requisites including erlang developer tools
+ aptitude install -y g++ \
+   erlang-dev erlang-manpages erlang-base-hipe erlang-eunit erlang-nox erlang-xmerl erlang-inets \
+   erlang-observer erlang-appmon erlang-debugger erlang-et erlang-dialyzer erlang-percept erlang-typer \
+   erlang-edoc erlang-os-mon erlang-runtime-tools erlang-inviso erlang-tools \
+   libmozjs185-dev libicu-dev libcurl4-gnutls-dev \
+   libtool autoconf-archive python-sphinx python-docutils
+ }}}
+