Installation of WordPress using LAMP in AWS
A step by step guide for installing Wordpress using LAMP server. Commands for installing mysql in terminal: rpm -Uvh https://repo.mysql.com/mysql80-community-release-el7-3.noarch.rpm sed -i ‘s/enabled=1/enabled=0/’ /etc/yum.repos.d/mysql-community.repo yum –enablerepo=mysql80-community install mysql-community-server
A step by step guide for installing WordPress using LAMP server.
Commands for installing mysql in terminal:
rpm -Uvh https://repo.mysql.com/mysql80-community-release-el7-3.noarch.rpm
sed -i ‘s/enabled=1/enabled=0/’ /etc/yum.repos.d/mysql-community.repo
yum –enablerepo=mysql80-community install mysql-community-server