Skip to content

Instantly share code, notes, and snippets.

@DixcomWeb
DixcomWeb / News Cloud App Setup
Created February 7, 2011 16:38
Most of the necessary installs and configurations for setting up a News Cloud EC2 instance
# Update and install packages
sudo aptitude update
sudo aptitude safe-upgrade
sudo aptitude install apache2 build-essential libapache2-mod-passenger linux-headers-generic git-core zlib1g-dev libmysqlclient-dev
# Install Latest Ruby
wget ftp://ftp.ruby-lang.org//pub/ruby/1.9/ruby-1.9.2-p136.tar.gz
tar -xzf ruby-1.9.2-p136.tar.gz
rm -f ruby-1.9.2-p136.tar.gz
cd ruby-1.9.2-p136/