The WordPress installation process
First of all, you must have a local server in your machine. Based on your operating system, there are different methods to install the local server. Usually users prefer to install the pre-build package and some users may configure the local server from the scratch.
If you are using the Mac machine, you can install MAMP, AMPPS, or XAMPP while if you are the Windows user, you can use WAMP, AMPPS or XAMPP. If you are a Linux user, than I would suggest you to configure the Apache, MySQL/MariaDB directly via custom configuration. After installing the local server, you will get a dedicated folder where you can store your website files, such as in xampp that folder is htdocs while on WAMP and AMPPS that folder is www. Now just remember that whenever I use the word “localhost root” as file storage, I refer to that particular folder. In this article, I am using xampp configuration.
Continue reading “How to install WordPress?”