Hit enter to search or ESC to close
Thinking WordpressThinking WordpressThinking Wordpress
  • Tips n’ Tricks
  • Guides
  • Plugins
  • WordPress
  • Developing
  • SEO tips
  • Server
WordPress Installation Tutorial
Wordpress

WordPress Installation Tutorial

By John Allen January 24, 2022 No Comments

Description: We need to make sure that we provide word press package the platform it needs in order to run smoothly. You need to check few things with your webhost before we proceed to installation.

Things to check before installation:
• PHP version 4.3 or greater
• MySQL version 4.0 or greater
• FTP access
• The Apache mod_rewrite module

You can ask your website hosting company about all the above requirements and if they don’t provide then you ideally need to choose another webhost. You will also need the FTP client to upload files. My favourite FTP cients are Filezilla and Fireftp (Firefox extension) and guess what both are free to use.

Famous five minute WordPress installation:

• Download and unzip the WordPress package. You can download the WordPress’ latest version from WordPress.org

• Login in to your webhost account and create a new database with the MySQL user who has all privileges for accessing and modifying the database. Make sure you write down the username, password, database name and hostname for the user that you just created. You will need these details during installation.

• Rename the wp-config-sample.php file to wp-config.php.

• Open the same file that you just renamed. Within that file you will see the following:
define(‘DB_NAME’, ‘WordPress’); // The name of the database
define(‘DB_USER’, ‘username’); // Your MySQL username
define(‘DB_PASSWORD’, ‘password’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
You need to change the default information in the wp-config to include your database information. Make sure you do not remove the single quotes.
define(‘DB_NAME’, ‘WordPress’); // The name of the database
Change the “WordPress” to the actual name of your database that you were given when you set up the database i.e. define(‘DB_NAME’, ‘devblog’);
define(‘DB_USER’, ‘username’); // Your MySQL username
Change the “username” to the username you were given when you set up the database.
define(‘DB_PASSWORD’, ‘password’); // …and password
Change the “password” to the password you were given when you set up the database.
define(‘DB_HOST’, ‘localhost’); // chance you won’t need to change.
If you were given information for the database host, you will likely need to change the “localhost” to the data you were given when you set up the database. If you were not given this information it is very likely you can leave this set to localhost.
Once you have completed the above, SAVE the changes you have made.

• Upload WordPress files using the suggested FTP clients.

• Point your favorite web browser to start the installation script.
If you placed the WordPress files in the root directory, you should visit: [http://mysite.com/wp-admin/install.php]

If you placed the WordPress files in a subdirectory called blog, for example, you should visit: [http://mysite.com/blog/wp-admin/install.php]

• Enter your Weblog title and your e-mail address in the fields provided by web based WordPress installer.

• Once you have followed the instructions on each new window, your blog will be created automatically for you. Make sure to save the user name and password provided.

That’s it for the basic WordPress installation!!! You are ready to log in! You will see the default WordPress theme in the front end of your website. You can change the look and feel of the website by changing the default theme to custom WordPress theme.

HI! MY NAME IS YIANNIS
I live in Athens, Greece. I'm thinking and using Wordpress for the last 10 years. Every day, I learn something new and I'm here to share it with people who care.

What’s Trending

  • Link Building Tricks With CommentLuv and KeywordLuv May 26, 2021
  • How to build a WordPress starter package June 7, 2020
  • How to reduce your wordpress size April 16, 2020

Recently Written

  • MySQL Admin Password and Plesk Parallels 10Check What Is Best For You: Dedicated Server or VPS Server? March 13, 2023
  • 5 Simple Steps to Choose WordPress HostingSmall Business Web Hosting: What Is Grid Hosting? March 12, 2023
  • MySQL Admin Password and Plesk Parallels 10Do You Know Cloud Computing and Cloud Hosting? March 11, 2023
  • Previous PostShould You Get a Free or Self-Hosted Blog / Website?

  • Next PostBlogger Vs WordPress - Which is Better?

You May Also Like

Thinking of Updating Your WordPress Site to Gutenberg? Wordpress

Why Shared Hosting Is So Cheap?

John AllenNovember 29, 2022
Thinking of Updating Your WordPress Site to Gutenberg? Wordpress

How To Start Blogging: 7 Steps To Starting A Blog

John AllenNovember 29, 2022
Thinking of Updating Your WordPress Site to Gutenberg? Wordpress

Benefits to Hosting Your E-Commerce Site on A Dedicated Server

John AllenNovember 25, 2022

© 2024 Thinking Wordpress. All Right Reserved

  • Tips n’ Tricks
  • Guides
  • Plugins
  • WordPress
  • Developing
  • SEO tips
  • Server
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Cookie settingsACCEPT
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT