Skip to content

Instantly share code, notes, and snippets.

View stefanovalle's full-sized avatar

Stefano Valle stefanovalle

View GitHub Profile
@stefanovalle
stefanovalle / couchdb-ec2-install.sh
Created October 31, 2011 15:51 — forked from msmith/couchdb-ec2-install.sh
Set up CouchDB on EC2
#!/bin/bash
#
# This script installs and configures couchdb (1.1.1) and couchapp on a fresh Amazon Linux AMI instance.
#
# Must be run with root privileges
# Tested on Amazon Linux AMI release 2011.09.1.x86_64-ebs (ami-20506254)
#
export BUILD_DIR="$PWD"