Created
August 25, 2012 05:44
-
-
Save chaitu87/3461333 to your computer and use it in GitHub Desktop.
AWS AMI apache2 mysql phpmyadmin php5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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