Loading...

Knowledge Base

How To Install WordPress - WordPress Manual Installation Guide

WordPress is one of the most popular tools for creating a website or blog. This article will help guide you through the process of installing WordPress manually. Manual installation or one-click installation can suit different needs. The manual WordPress install method is usually for special scenarios or advanced WordPress users.

Looking for an easy way to install WordPress? We’ve got you covered. Follow this guide for a faster WordPress installation: How To Install WordPress Guide.

Step 1: Download WordPress

  1. Download the WordPress package from https://wordpress.org/download/ to your local computer.
  2. On your local computer, make sure to unzip the downloaded file to a folder.
    Tip: You can extract or unzip files with your File Manager by following the steps in this guide: How to Extract Files - Zip, Tar, GZip, and Zip Tar Archive.

Step 2: Upload WordPress

You have three ways to upload your WordPress site to your hosting account. After you unzipped the file in Step 1 above, it will create a folder named ‘WordPress’, and the contents of the folder you uploaded must be in your hosting account's file manager.
Once you log in to your Bluehost Account Manager.

Need help or a refresher on how to log in? Follow this guide: Access the File Manager in your Bluehost Account Manager.

Step 3: Create a MySQL Database for WordPress

Databases are essential for managing a large amount of data efficiently and are a part of a WordPress website.

Step 4: Configure wp-config.php File

The wp-config.php file contains the database information and tells WordPress which database to pull data from. This step is essential to properly connecting the correct database to the corresponding WordPress installation.

Manual WordPress installations typically require you to locate the file wp-config-sample.php and rename it to wp-config.php.

Access the File Manager and locate the wp-config-sample.php file.

You can find the wp-config.php in the File Manager folder, where your newly installed WordPress is located. By default, it is also in your public_html folder.
  • Once you locate the file wp-config-sample.php, it is time to rename it. Simply right-click on the file name, and a pop-up will appear. Select Rename. Modify the file's name. Ensure the name of the file is wp-config.php.
  • Right-click the file again, and options will pop up. Select the Edit option. Enter the new database information, including the database name, user, and password.
  • After making the necessary updates, save the changes by clicking the Save Changes button.
  1. Locate the wp-config-sample.php file.

    mysqldatabases filemanager wp config sample php database

  2. Right-click this file, then choose the Rename option.

    mysqldatabases filemanager rename wp config sample php database

  3. Rename the file to wp-config.php.
  4. Right-click the new wp-config.php file.

    mysqldatabases wp config php database.

  5. Right-click this file, then choose the Edit option.

    mysqldatabases filemanager edit wp config php database

  6. New windows appear. Click the Edit button again.
  7. A new pop-up window will appear. Select the Edit option.
  8. Look for the following information when the file opens.
    	/** The name of the database for WordPress */ 
    	define( 'DB_NAME', 'database_name_here' ); 
    	 
    	/** MySQL database username */ 
    	define( 'DB_USER', 'username_here' ); 
    
    	/** MySQL database password */ 
    	define( 'DB_PASSWORD', 'password_here'' ); 
    
    	/** MySQL hostname */ 
    	define( 'DB_HOST', 'localhost' );
      • Change database_name_here with the name of the database and user you created in the steps above.
      • Change username_here with the username of the database you created.
      • Change password_here with the password of the database that you created.
    Note: Ensure there are no spaces before or after your database name, username, and password.
  9. After completion, click the Save Changes button in the upper right corner, followed by Close to exit and return to the File Manager.

Step 5: Run the WordPress Installer

Launch a new browser or tab to run the installation script and enter your domain. Depending on where you installed your script, you will be redirected to the following URL.

https://example.com/wp-admin/install.php
https://example.com/yoursubfolder/wp-admin/install.php
Important: Substitute 'example.com' for your actual domain name.
  • If you uploaded WordPress to your main domain’s (root directory) folder, you will automatically be routed to the following URL:
  • If WordPress is uploaded to a subfolder of your main domain’s directory, the following URL will appear:
  • When you navigate to your correct WordPress URL in a browser, you will be asked to select your preferred language. Choose your preferred language and then press the Continue button.
  • You should now see a welcome page titled "Welcome to WordPress." Before getting started, you should consider the following item:" Click Let's Go!"
  • Enter the database name and user you previously created, and then click Submit.
    Important: If you see a message that says, "The file wp-config.php already exists. If you need to reset any configuration items in this file, please delete it first. You may try installing now." Continue by clicking the Install Now link.

Step 6: Finalize the WordPress Setup

  1. If you navigate to the right WordPress URL in a browser, it will prompt you to select your preferred language. Select your preferred language and then click the and then click the Continue button.

    wordpress wp complete manual wordpress install preferred language

  2. Once you are on the Welcome page, fill out the following fields under the Information needed section:
    • Site Title: This can be changed at any time.
    • Username: This is the site's admin username. We strongly advise against using 'admin' because it can pose a security risk.
    • Password: A strong password will be generated for you automatically, but you can create your own. The password strength indicator will tell you how secure your password is.
    • Your Email: This is where your login credentials will be sent. Make sure to put an email address that you can access.
    • Search Engine Visibility: Place a check mark if you want to be visible in the engine results. Uncheck if you don't want your site to be indexed.
  3. Click the Install WordPress button, and you will be routed to the final screen that says, "WordPress has been installed; thank you, and enjoy!" It will show the username you selected on the previous page and a placeholder for your password.
  4. Success! You can now log in to your WordPress site.

Additional Resources

Summary

If you want or need a guide on how to install WordPress manually to create, migrate, or rebuild your website to ensure WordPress functions properly, the process involves a few steps. When the following are performed: downloading WordPress, uploading WordPress to your hosting account or server, creating a MySQL database and user, configuring wp-config.php, and running the installation, these measures ensure a complete installation of WordPress manual installation.

If you need further assistance, feel free to contact us via Chat or Phone:

  • Chat Support - While on our website, you should see a CHAT bubble in the bottom right-hand corner of the page. Click anywhere on the bubble to begin a chat session.
  • Phone Support -
    • US: 888-401-4678
    • International: +1 801-765-9400

You may also refer to our Knowledge Base articles to help answer common questions and guide you through various setup, configuration, and troubleshooting steps.

Did you find this article helpful?

 
* Your feedback is too short

Loading...