Skip to content

Instantly share code, notes, and snippets.

@chaitu87
Created August 25, 2012 05:44
Show Gist options
  • Save chaitu87/3461333 to your computer and use it in GitHub Desktop.
Save chaitu87/3461333 to your computer and use it in GitHub Desktop.
AWS AMI apache2 mysql phpmyadmin php5
sudo su
yum install httpd
yum install mysql-server mysql
yum install php php-mysql
service httpd start
service mysqld start
/usr/bin/mysqladmin -u root password 'thepassword'
sudo yum install php-xml php-pdo php-odbc php-soap php-common php-cli php-mbstring php-bcmath php-ldap php-imap php-gd php-mcrypt
service httpd restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment