Loading...

Knowledge Base

How to Manually Install WordPress Using FTP

While we can automatically install WordPress through our hosting account's easy-click features, we also encourage customers who would like to customize their installation by going through the process with an FTP Client. With this route, you will be able to set up our database and sync it to the WordPress core files once installed.  

Before we proceed, let's review a few requirements below:

  1. Check the DNS records of the domain on which you will be installing WordPress.
    To be sure that you will be able to access the WordPress installation under the domain at any time, check its DNS records to see if it is resolving to your hosting account.
  2. Double-check on where you will upload your WordPress files.
    Since you will be essentially using FTP to upload the needed files, you must ascertain the domain's directory to have WordPress transferred to the correct path.
  3. Clear out any other pre-existing website files.
    If you already have content in the directory where you want to install WordPress, it could cause issues with your installation. Whether this is a different site builder's file or an old WordPress installation, you will need to remove this from the folder to prevent issues starting with WordPress. 

If you are done with all the conditions mentioned above, then you are now ready to install WordPress manually!

 

WordPress Manual Installation Process:

 

Part 1: Prepare a Blank Database

WordPress will need a blank database to populate the data. You can easily create a blank database by using the MySQL Database tool.

  1. Log into your Account Manager.
  2. Click the Hosting tab on the left-hand side.
  3. Navigate to the Configurations section.
  4. Click the Database Manager link.
  5. Click on the Add button to add a MySQL Database.
  6. Type in your preferred username, password and Database Name. Click the OK button once done.

Back to top

Part 2: Download and Upload the WordPress files

Unlike the auto-installation method, you will be sourcing your WordPress files from the site itself and uploading them from your local computer.

  1. Download WordPress from WordPress.org.
    Download WordPress
  2. Unzip the wordpress.zip file using a decompression program (such as 7zip, WinRar, or Winzip).
  3. Connect to your hosting account using an FTP Client.
  4. Upload the unzipped WordPress files into the domain's directory.

Back to top

Part 3: Configure the wp-config.php file

The following steps are crucial for your WordPress files to be synced with the database initially created. To connect the two, all the necessary changes will be applied to the wp-config.php or wp-config-sample.php file, which is one of the files that were uploaded to the directory.
To modify the file:

  1. Access your File Manager.
  2. Locate and open the folder containing the WordPress installation.
  3. On the right-hand area, locate the wp-config-sample.php file.
    wp-config sample file
  4. Click the 3-dotted icon on the far right of the file, select Rename, and change the name of the file to wp-config.php. Click the checkmark to save the change. 
  5. Click the 3-dotted icon once more of the now wp-config.php file and select Edit. Once the file opens, scroll down to locate the following lines below:
    edit wp-config file
  6. Replace the term ‘database_name_here’ with the MySQL database name that you have previously created, ‘username_here’ with the MySQL database username, and ‘password_here’ with the MySQL database password. Additionally, change the ‘localhost’ to the MySQL Server Name. To know what your MySQL Server Name is, simply go to MySQL Management and click 'Manage' next to your database. The next window will show you the needed information.


Back to top

Part 4: Initiate the WordPress Installation Script

Open a new browser window and go to the installation page. To do so, simply type the URL http://example.com/wp-admin in the address bar and hit enter. In doing so, a welcome page with an installation form should appear.

WordPress Installation Page

Fill in all the needed information in the form. Once done, click Install Now. Congratulations! You have just successfully installed WordPress and may start building your website. 

Want to learn more about WordPress?


User-added image
WordPress: Tutorial Videos To help you easily grasp the basics of creating a WordPress website, you have created several free tutorial videos. These videos were designed to be followed in order, but you are welcome to view whichever one best suits your needs.

You can always check out WordPress.org and browse their codex or online help forums.

Back to Top

Related Articles

How to Update PHP for WordPress
WordPress: How to Keep WordPress Up-to-Date
WordPress: How to Update Database Connection Strings
How to Access Your WordPress Dashboard
WordPress: SSL Certificates

 

 

Did you find this article helpful?

 
* Your feedback is too short

Loading...