This brief tutorial shows students and new users how to install WordPress on Ubuntu 18.04 20.04 with Nginx HTTP Server and Let’s Encrypt wildcard SSL Certificates. WordPress, a free and open source content management system that is installed on more servers than any other CMS, is easy to install and manage. Prerequisites for installing WordPress on Ubuntu 18.04. Before we get started, you'll need to have the following set up: LAMP stack: LAMP stands for Linux, Apache, MySQL, & PHP. WordPress is both a front end and a backend system, so it requires a web server, a database engine, and PHP for serving dynamic content—that’s what LAMP does.
WordPress is a powerful, free and open-source, highly pluggable and customizable CMS that is being used by millions around the world to run blogs and fully functional websites.
Wordpress Ubuntu 18.04
In this tutorial, we install and configure the latest WordPress using run single shell script on Ubuntu LAMP (Linux, Apache, MySQL and PHP, PhpMyAdmin) stack.
This Script will be working on all Ubuntu versions.
What this script does:
- Install Apache Web server
- Install PHP
- Install MySQL
- Install latest Wordpress
- Configure Wordpress with Apache
- Configure Wordpress with MySql
- Install PhpMyAdmin
For Install Wordpress Create a Wordpress.sh file
Insert Below script in Wordpress.sh file and save.
Install Wordpress Ubuntu 20.04
Give execute permission to Wordpress.sh file
Wordpress Ubuntu Server
Finally, now run Wordpress.sh file
After successfully script execute, Go to a browser and hit http://localhost/
Reference: https://github.com/SubhashPatel?tab=repositories