AWS Misc Stuff #Root #By Sayed Ahmed

To install more software in Amazon Linux Instance

After you create an instance based on Amazon Linux, you can use the Linux commands as provided in the URL to install more tools for your development.

Actually, the commands are for Fedora Linux
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/install-LAMP.html

The steps work like charm. One note though, when installing pecl to help installing PhpMyAdmin, try the sudo yum install -y phpMyAdmin couple of times (happened with me, a mirror was difficult to find)

The Raw Commands that I executed – just showing from .bash_history file

df
exit
sudo yum update -y
sudo yum install -y httpd24 php56 mysql55-server php56-mysqlnd
sudo service httpd start
sudo chkconfig httpd on
chkconfig –list httpd
ls -l /var/www
sudo groupadd www
sudo usermod -a -G www ec2-user
exit
groups
sudo chown -R root:www /var/www
sudo chmod 2775 /var/www
find /var/www -type d -exec sudo chmod 2775 {} ;
find /var/www -type f -exec sudo chmod 0664 {} ;
echo “” > /var/www/html/phpinfo.php
ls /var/www/html/phpinfo.php
ping c2-54-172-171-56.compute-1.amazonaws.com
service httpd start
sudo service httpd start
sudo service httpd restart
sudo yum list installed httpd24 php56 mysql55-server php56-mysqlnd
rm /var/www/html/phpinfo.php
sudo service mysqld start
sudo mysql_secure_installation
sudo service mysqld stop
sudo chkconfig mysqld on
sudo yum-config-manager –enable epel
sudo yum install -y phpMyAdmin
sudo yum update -y
sudo yum install -y phpMyAdmin
sudo sed -i -e ‘s/127.0.0.1/69.193.161.69/g’ /etc/httpd/conf.d/phpMyAdmin.conf
sudo service httpd restart
sudo service mysqld restart
sudo service mysqld status
nano .bash_history

From: http://sitestree.com/?p=4478
Categories:Root, By Sayed Ahmed
Tags:
Post Data:2016-11-05 23:44:34

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada