Skip to content

Instantly share code, notes, and snippets.

@jweiss
jweiss / couchdb.deb.txt
Created October 17, 2009 12:20 — forked from roidrage/couchdb.deb.txt
CouchDB packager
#!/bin/sh
# packages CouchDB 0.10.0 on Ubuntu 9.04
export COUCHDB_ROOT=/vol/cr/couchdb
apt-get update
apt-get upgrade -y
apt-get install -y libmozjs-dev spidermonkey-bin libc6 libcurl3 libicu38 libicu-dev libmozjs0d erlang-nox build-essential curl libcurl4-openssl-dev erlang-dev checkinstall wget
cd /tmp