Hello Students, warm wishes from side study.
http://www.sidestudy.com/
In this video, we will show you how you can configure your server easily with Amazon Web Services.
Commands Used:
1. To update the system:
sudo yum update
2. To install the programs:
sudo yum install httpd24 php70 php70-mysqlnd mysql-server
3. To start apache:
sudo service httpd start
4. To start mysql:
sudo service mysqld start
5. To login to mysql:
mysql -u root -p
6. To create a database:
create database DATABASE_NAME
7. To download wordpress:
wget https://www.wordpress.org/latest.zip
8. To unzip wordpress:
sudo unzip latest.zip
9. To change ownership of server root dictory:
sudo chown -R apache:apache .
NOTE: The extracted files must be placed in server's root directory which is /var/www/httpd
To Connect doamin: Just map your A record from domains DNS management to the IP address of the server.
Thanks for watching please subscribe our channel for more videos
Watch video Apache, MySQL, PHP7 - Wordpress - on Linux for free with Amazon Web Services (AWS) - Side Study online without registration, duration hours minute second in high quality. This video was added by user Side Study 27 August 2017, don't forget to share it with your friends and acquaintances, it has been viewed on our site 3,10 once and liked it 4 people.