Skip to content

Instantly share code, notes, and snippets.

View sufw's full-sized avatar

Sascha Wenninger sufw

View GitHub Profile
@sufw
sufw / couchdb-ec2-install.sh
Created December 4, 2012 12:06 — forked from msmith/couchdb-ec2-install.sh
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)
#
# Tested by Sascha with Amazon Linux AMI release 2012.09.0 (ami-bd990e87)