Categories: Wordpress

How to install wordpress manually using cpanel

WordPress is a free and open source blogging tool based on PHP and MySQL .Many web hosting services may offer one click installation of wordpress , but recent studies shows one click installation of wordpress is unsecure and easy to hack .
Here we can see how to install wordpress manually using cpanel .

step 1 » Goto MySQL® Database Wizard in your cpanel .


step 2 » Type Database name and PRESS “Next Step” .


step 3 » Type username and password and PRESS “Create User” . ( use password generator for strong passwords )


step 4 » Select “ALL PRIVILAGES” and PRESS “Next Step” ( Copy the password shown at the TOP )

Now you have successfully created database for your blog


step 5 » Download a fresh wordpress package from http://wordpress.org/download/ to your local machine.

step 6 » Upload package to your server . Extract the package and copy all the content from wordpress folder to your exact path (Eg : Copy all content to “/public_html/blog” folder to display your wordpress blog like yourdomain.com/blog )


step 7 » Now goto http://yourdomain.com/blog . you will receive error for not creating config file ,just PRESS “Create a Configuration File” .


step 8 » We already have Database details , just PRESS “Let’s go!”.


step 9 » Provide the database details .
Database name
Database Username
Database Password
Database Host ( localhost Leave as it is )
Table Prefix ( you should Change default “wp_” prefix to something else like krZn_)
Finally PRESS “Submit”.


step 10 » Now PRESS “Run the install” .


step 11 » Provide site title , admin username , password and E-mail details . PRESS “Install WordPress”.


step 12 » You have successfully installed WordPress manually. Press “Log in”.

 

Disqus Comments Loading...
Share
Published by
krizna

Recent Posts

How to install Visual Studio Code on ubuntu 20.04

Visual Studio Code is a popular code editor which is lightweight and cross platform application.…

4 years ago

How to install MySQL workbench on ubuntu 20.04

MySQL workbench is a GUI tool for managing MySQL database system. It is used by…

4 years ago

How to install Android Studio on ubuntu 20.04

Android Studio is a popular development software used especially for developing android applications. It is…

4 years ago

How to install google chrome on ubuntu 20.04

Google chrome is a most popular web browser developed by google. It was developed to…

4 years ago

How to install Zoom on ubuntu 20.04

Zoom is a popular video conferencing software. It is commonly used for conducting online meetings,…

4 years ago

How to install TeamViewer on ubuntu 20.04

TeamViewer is a popular application for desktop sharing and remote control. It is available for…

4 years ago