Launching Wordpress app Using AWS EC2 and AWS RDS service

Launching Wordpress app Using AWS EC2 and AWS RDS service

andStep 1: Launching AWS EC2 instance.where, we install our Wordpress App.

No alt text provided for this image
No alt text provided for this image
No alt text provided for this image
No alt text provided for this image
No alt text provided for this image
No alt text provided for this image
No alt text provided for this image
No alt text provided for this image

Step 2: Now, our Instance is Launched and now we are going to install requires software for wordpress.

dnf install php-mysqlnd php-fpm mariadb-server httpd tar curl php-json wget -y
No alt text provided for this image

And after installing required softwares now we have to install our Wordpress app over our instance. and coping the Wordpress app under /var/www/html/ Directory.

curl https://wordpress.org/latest/tar.gz --output wordpress.tar.gz

tar xf wordpress.tar.gz

cp -r wordpress /var/www/html

No alt text provided for this image
No alt text provided for this image

Now we have to start out Httpd service.

No alt text provided for this image

Lets Check Wordpress App is working or not!!

No alt text provided for this image

So, its working!!

Step 3: Now we have to create our MySQL Database server using AWS RDS service.

No alt text provided for this image
No alt text provided for this image
No alt text provided for this image
No alt text provided for this image
No alt text provided for this image
No alt text provided for this image
No alt text provided for this image

as we can see our MySQL Database is created and now we have to connect our database to our Wordpress application and for that we require Database Name, Username, Password, and Database Host.

No alt text provided for this image
No alt text provided for this image

As we can see we have successfully completed this task!!

Thank You

Hope You Find This Useful!!

要查看或添加评论,请登录

Kartik Arora的更多文章

社区洞察

其他会员也浏览了