How To Install Wordpress
From Wiki Problem
Revision as of 05:27, 26 February 2022 by Wikiproblem (talk | contribs)
Install Wordpress From Cpanel
You can install wordpress quickly from cpanel by using Softaculous Wordpress software.
Login Cpanel
- Go to cPanel -> Home -> Software
Locate Wordpress Software
- Select Softaculous Apps Installer
- Select Blog in left menu and select Wordpress from blogs list
- Click on Install
Enter Details
- Enter required details like
- Wordpress Version
- Installation URL (This is your domain name)
- Directory name (If you want to install wordpress site on directory put directory name or leave it blank)
- Wordpress Admin Username, password and Email ID
- Select language and click on Install
Login Website
- Go to URL www.yourdomain.com/wp-admin
- Enter username and password as you entered while installation
- You will get admin portal.
Install Wordpress Manually
If hosting Cpanel does not include Softaculous Wordpress software or have managed hosting then you can install Wordpress manually.
Download Wordpress Package
- Download latest version of wordpress package from wordpress.org
Create Database
- Create My-SQL database and database user.
Upload Wordpress Files
- Unzip the file and upload files into public_html folder.
Run Installation File
- Configure file wp-config.php
- Add database name, user, password etc. in wp-config.php file
- Run installation file http://www.yourdomain.com/wp-config.php
Enter Details
- After running installation URL, you will prompt below instruction details:
- Select Language
- Database Name, Database Username, Database User Password and Table_Prefix
- Click on Run Install
- Enter Site title, Username, password and your email.
- Click on Install Wordpress
So, Wordpress is installed on hosting.
Login Website
- Visit your website URL admin like http://www.yourdomain.com/wp-admin.php
- Enter Username and password and login the website.