Skip to content

Instantly share code, notes, and snippets.

View kparlante's full-sized avatar

Katie Parlante kparlante

View GitHub Profile
@msmith
msmith / couchdb-ec2-install.sh
Created August 25, 2011 17:26
Set up CouchDB on EC2
#!/bin/bash
#
# This script installs and configures couchdb on a fresh Amazon Linux AMI instance.
#
# Must be run with root privileges
# Tested with Amazon Linux AMI release 2011.02.1.1 (ami-8c1fece5)
#
export BUILD_DIR="$PWD"
@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"