How to Install WordPress?
Word press installation is really easy and it takes very less time to install. There are many other sites which are being used for automatic installation. The following instructions will help you with installing WordPress.
Before Installing WordPress, the below things you have to do
- Access to web server
- Ability to create a database
- A text editor
- An FTP client
- Web browser
Basic Instructions to Install WordPress
- Download and extract the WordPress package
- Create a database for WordPress on a web server
- Upload the WordPress files to the desired location.
- Run the WordPress installation script by browsing the URL in a web browser and where the files should be uploaded for WordPress
Steps for Installing WordPress
The steps for installing WordPress are as explained below:
Step 1: Download and Extract
- Download and unzip the WordPress package from https://wordpress.org/download/
- If the user wants to upload the WordPress to other server or remote web server, the individual has to download and install the WordPress package to the computer with a help of web browser and unzip the package.
- If the user has to use FTP, please skip to the next step as uploading of files will be discussed later.
- If the user has the access to the web server, and are comfortable using console-based tools, then the user can download WordPress directly to a web server using get (or lynx or another console-based web browser)
- When the user has to avoid using FTP: wget https://wordpress.org/latest.tar.gz
- Then unzip the package using:
tar -xzvf latest.tar.gz - After install the package for WordPress will be extracted into a folder named WordPress in the same directory that you downloaded tar.gz.
Step 2: Create the Database and a User
If the user has to use the hosting provider(https://codex.wordpress.org/), the user has to make sure that WordPress database should also set up for them or there is one automated solution which helps in achieving the same. The one has to make sure that hosting provider’s support pages. The control panel provides information about whether support or not, if not then need to create one manually.
If the user has to create that manually, please use the below steps for using phpMyAdmin to create and install the new WordPress user name and database. The user can install the WordPress where the user has to work on one database and that is already in use.
Using phpMyAdmin
When the web server is already ready with phpMyAdmin installation and has to create the username and password, the user has to use the below steps. If the user is working on his/ her own computer, and in most Linux distributions installation of PhpMyAdmin can be done automatically.
1. If the user is not able to find the database related to WordPress or it does not exist in the Database dropdown while checking then one has to create the new, follow the instructions to create the new:
4.5 (4,207 ratings)
View Course
- The user has the right to select the name for the WordPress database as ‘wordpress‘ would be good, other names can also be considered, but in real-time most of the hosting services mainly shared hosting do require the name of the database beginning with your username and an underscore. If the user is working on his/ her own computer, It has been recommended that user should check the hosting service requirements so that user can follow them on his own web server and the database would be easily transferred without doing any modification. The user needs to enter the selected database name in the Create database field and need to select the best collation for using language and encoding. In most cases, it’s recommended to select in the “utf8_” series and, if the user is not able to find their language, the user can select “utf8mb4_general_ci”
2. The user has to click on the phpMyAdmin icon in the upper left to return to the main page, then click the Users tab. If a user list is not having the users related to WordPress then one has to create the new user:
- Click on the Add user.
- The user has to select the username for WordPress (whichever is comfortable) and enter it in the User name field.
- The user has to put the secure password and that should be strong password containing characters like alphanumeric, digits and words and put it in the Password field. Re-enter the password in the Re-type field.
- The user has to enter the username and password that has been selected
- The user can ignore all options under Global privileges at their defaults.
- After that click on Go.
- The user will return to the Users screen and click the Edit privileges icon on the user that is just created for WordPress.
- The user has to select the Database-specific privileges section that is being just created for WordPress under the Add privileges to the following database drop-down and then click on Go.
- The user will get the page refreshed with privileges for that database. The user has to select all the privileges and then click on Go.
- The user should make note of the hostname listed after the server at the top of the page on the resulting page.
Step 3: Set up wp-config.php
The user can create or edit the wp-config.php file for his/her own system, or the user can ignore this step. WordPress will try to do this step when the user run the installation script for WordPress. You have to provide the details like DB_name, DB_Host, DB_User, DB_password, DB_Charset, DB_Collate
Step 4: Upload the WordPress files
The user has to upload the WordPress files where the user has selected the domain on which the WordPress site of the user would be appearing whether it is in the root directory or in a subdirectory
Step 5: Need to run the installation script
- If the user wants to place the WordPress files in the root directory, the user should visit: http://example.com/wp-admin/install.php
- If the user wants to place the WordPress files in a subdirectory called a blog, the user should visit: http://example.com/blog/wp-admin/install.php
Step 6: To setup configuration file
If the user has to create the config file, follow the instructions.
Step 7: Finishing the installation
In the following screenshot, you have to put the required user name and password.
If you successfully installed WordPress, the login will prompt.
Recommended Articles
This has been a guide on how to install WordPress. Here we have discussed the basic instructions and step by step to install WordPress. You may also look at the following article to learn more –