How To Install Wordpress On Hostgator
How To Install Wordpress On Hostgator
Softaculous; however, if you want a more technical option, this article will cover
the steps needed to install WordPress manually.
Upload via FTP - See How to Manage Files with Filezilla for more information.
Upload via File Manager - See How to Upload Using the File Manager for
instructions.
Upload via SSH - See How to Get and Use SSH Access for instructions.
Step 3: Create MySQL database and user
WordPress stores its information in a database. Therefore, a database will need to
be created.
Log in to cPanel.
Look for the Databases section, then click the MySQL Database Wizard icon.
MySQL Database Wizard
For Step 1: Create A Database, enter the database name, and click Next Step.
MySQL Step 1
For Step 2: Create Database Users, enter the database user name and password, and
click Create User.
MySQL Step 2
For Step 3: Add User to the Database, click the All Privileges checkbox and click
Next Step.
MySQL Step 3
For Step 4: Complete the task, make a note of the database name, username, and
password, as you will need them for Step 4? below.
MySQL Step 4
The wp-config-sample.php file can be found in File Manager in the folder where
WordPress is installed. The folder for your primary domain is public_html by
default, so the steps below show the process for that folder.
Log in to cPanel.
Navigate to the Files section, then click the File Manager icon.
cPanel File Manager Icon
In the pop-up box, check the box for Show Hidden Files (dotfiles), then click Save.
Show Hidden Files
In the right-hand panel of the File Manager, locate the wp-config-sample.php file.
File Manager wp-config file
If you uploaded WordPress to the domain's root folder, you should be redirected to:
https://example.com/wp-admin/install.php
If you uploaded WordPress to a subfolder of your domain's directory, then the URL
will be this format:
https://example.com/yoursubfolder/wp-admin/install.php
Be sure to replace 'example.com' with your actual domain name.
Step 6: Complete the installation
Once you access your correct WordPress URL in a browser, you will see a WordPress
setup page prompting you to select your preferred language. Select your preferred
language and click the Continue button.
WordPress Installation Select Language
You should now see a welcome page that says, "Welcome to the famous five-minute
WordPress installation process!" Under the Information needed section, you'll need
to fill out the following fields:
WordPress Installation Welcome Page