
WordPress is a free and open source website and blogging tool that uses PHP and MySQL. WordPress is currently the most popular CMS (Content Management System) on the Internet, and has over 20,000 plugins to extend its functionality. This makes WordPress a great choice for getting a website up and running quickly and easily.
WordPress is a free and open source website and blogging tool and it is the most popular CMS (content management system) on the internet. It allows you to easily set up flexible blogs and websites on top of a MySQL backend with PHP processing. This article describes “How to install WordPress on Linux with bash script”. Bash script automatically downloads and installs the latest version of WordPress in any place of your choice.

To install and run WordPress on your system, pre-installation on your web server is required.
Use the following command to install LAMP web server.
The sample output should be like this –
To restart Apache2, use the following command –
To restart mySQL, use the following command –
Now open localhost directory,use the following command to open localhost directory-

Now use wget command to aceess the wp-install.sh, use the following command –
The sample output should be like this –
To install wp-install.sh, use the following command –
The sample output should be like this –
While installing WordPress, it will ask Database name and password. Make sure to give proper information to set up WordPress. Type the following URL in your favorite web browser-

The sample output should be like this –
Fill the details as your needed and press install WordPress button.After done all successful steps, you will get screen as shown below –
Congratulations! Now, you know “How to Quickly Install WordPress On Ubuntu/Linux Mint”. We’ll learn more about these types of commands in our next Linux post. Keep reading!
