How To Install Wordpress: Difference between revisions

From Wiki Problem
No edit summary
No edit summary
Line 20: Line 20:


== Install Wordpress Manually ==
== 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 Wordpress Package ===
* Download latest version of wordpress package from [http://wordpress.org wordpress.org]


=== Create Database ===
=== Create Database ===
* Create My-SQL database and database user.


=== Upload Wordpress Files ===
=== Upload Wordpress Files ===
* Unzip the file and upload files into public_html folder.


=== Run Installation File ===
=== 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 ===
=== Enter Details ===
* After running installation URL, you will prompt below instruction details:
*# Select Language
*# Database Name, Username, 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 ===
===Login Website ===
* Visit your website URL admin like http://www.yourdomain.com/wp-admin.php
* Enter Username and password and login the website.


[[Category:Blogging]]
[[Category:Blogging]]

Revision as of 16:58, 24 November 2021

Install Wordpress From Cpanel

You can install wordpress quickly from cpanel by using Softaculous Wordpress software.

Login Cpanel

  1. Go to cPanel -> Home -> Software

Locate Wordpress Software

  1. Select Softaculous Apps Installer
  2. Select Blog in left menu and select Wordpress from blogs list
  3. Click on Install

Enter Details

  • Enter required details like
    1. Wordpress Version
    2. Installation URL (This is your domain name)
    3. Directory name (If you want to install wordpress site on directory put directory name or leave it blank)
    4. Wordpress Admin Username, password and Email ID
  • Select language and click on Install

Login Website

  1. Go to URL www.yourdomain.com/wp-admin
  2. Enter username and password as you entered while installation
  3. 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

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

Enter Details

  • After running installation URL, you will prompt below instruction details:
    1. Select Language
    2. Database Name, Username, Password and table prefix
    3. Click on Run Install
    4. Enter Site title, Username, password and your email.
    5. Click on Install Wordpress

So, Wordpress is installed on hosting.

Login Website