How To Install Wordpress: Difference between revisions

From Wiki Problem
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:How To Install Wordpress.jpg|frameless|right]]
== Install Wordpress From Cpanel ==
== Install Wordpress From Cpanel ==
=== Create Database ===
You can install wordpress quickly from cpanel by using Softaculous Wordpress software.
=== Locate Wordpress Software ==
=== Login Cpanel===
=== Enter Details ==
# 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 ===
=== 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 ==
== 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 ===
=== Upload Wordpress Files ==
* Create My-SQL database and database user.
 
=== 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, 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 ===
===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]]

Latest revision as of 05:27, 26 February 2022

How To Install Wordpress.jpg

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, Database Username, Database User 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