Join our Discussion Boards - Here

Linux AMI and Nginx with PHP-FPM and APC for Magento 1.4.1

These notes are not complete but were about 99% there.

Install Nginx

sudo yum install make bison flex gcc patch autoconf subversion locate

sudo yum install libxml2-dev libbz2-dev libpcre3-dev libssl-dev zlib1g-dev libmcrypt-dev libmhash-dev libmhash2 libcurl4-openssl-dev libpq-dev libpq5 libsyck0-dev

sudo yum install mysql mysql-devel mysql-server

sudo yum install pcre-devel httpd-devel

wget http://nginx.org/download/nginx-0.8.53.tar.gz

tar xvfz nginx-0.8.53.tar.gz

. . . → Read More: Linux AMI and Nginx with PHP-FPM and APC for Magento 1.4.1

AttributeError: CHECKSUM_VALUE Error with Rightscale Centos AMI Creation Script

Rightscale created a great script to build an AMI from scratch – see http://blog.rightscale.com/2007/09/26/rightimages-changelog/

I got this error when trying to build the image from YUM.

AttributeError: CHECKSUM_VALUE rightscale

This worked for me;

rpm -qa | grep yum-metadata-parser rpm -ev –nodeps yum-metadata-parser-VERSIONFROMABOVECMD

cd /tmp wget ftp://ftp.univie.ac.at/systems/linux…8.fc6.i386.rpm rpm -iv ./yum-metadata-parser-1.0-8.fc6.i386.rpm  yum check-update

See - http://www.linuxforums.org/forum/redhat-fedora-linux-help/122580-solved-yum-update-fails-attributeerror-checksum_value.html

Two Great Firefox Extensions for Amazon EC2 and S3

These are great tools to get started on Amazon’s EC2 and S3 products.

Elasticfox - http://developer.amazonwebservices.com/connect/entry.jspa?externalID=609

S3fox - https://addons.mozilla.org/en-US/firefox/addons/policy/0/3247/41288

Anyone know of any better/alternative tools, let me know.