Skip to content

Instantly share code, notes, and snippets.

@KyleAMathews
KyleAMathews / setup-statsd.sh
Created April 28, 2012 00:57 — forked from collegeman/setup-statsd.sh
Turn an Ubuntu 12.04 Amazon EC2 Micro instance into a StatsD/Bucky/Graphite server
# install git
sudo apt-get install g++ curl libssl-dev apache2-utils make
sudo apt-get install git-core
# download the Node source, compile and install it
cd /opt
git clone https://github.com/joyent/node.git
cd node
git checkout v0.6
./configure
#!/bin/sh
#
# Build a complete tar.gz archive of Drupal + Open Atrium
#
# This command expects to be run withing a CVS checkout of the Open Atrium
# project. It can only be run without arguments. It will generate a output file
# of the format openatrium-TAG.tar.gz in the current directory.
#
MAKE=$(cat <<EOF
#!/bin/sh
#
# This command expects to be run within the Open Atrium profile directory. To
# generate a full distribution you it must be a CVS checkout.
#
# To use this command you must have `drush make`, `cvs` and `git` installed.
#
if [ -f openatrium.make ]; then
echo "\nThis command can be used to run openatrium.make in place, or to generate"