* EC2 Setup Script Work in progress to get ec2 working with Run this shell script on the ec2 instance. This uses a default ubuntu AMI so use a 9.10 AMI such as 9.10 Karmic Koala us-east-1 ami-1515f67c (32 bit) ami-ab15f6c2 (64 bit) us-west-1 ami-7d3c6d38 (32 bit) ami-7b3c6d3e (64 bit)

#!/bin/sh
#partial environment setup for sahara on ec2
#Ubuntu 9.10
#Author: Joshua Jay Herman
sudo apt-get install zlib1g-dev
wget http://www.python.org/ftp/python/2.5/Python-2.5.tgz
#interpreter setup
tar xcvf Python-2.5.tgz
cd Python-2.5/
./configure –with-zlib=/usr/include
#packages setup
sudo configure ; make; make install
sudo apt-get install python-tz
sudo apt-get install lighthttpd
sudo apt-get install python-setuptools
sudo apt-get install gcc
sudo apt-get install cython
sudo apt-get install python-imaging
sudo apt-get install python-lxml
sudo apt-get install python-xlwt
sudo apt-get install wget
sudo apt-get install python-shapely
sudo apt-get install python-serial
sudo apt-get install python-reportlab
#setup bazzar before hand
 
bzr checkout --lightweight lp:~mdipierro/web2py/devel web2py

Note this will eventually will use an actual image. So far web2py setup doesn't work


Navigation
QR Code
QR Code haiti:amazon (generated for current page)