How to install WordPress manually

For Linux  hosting platform inside cPanel and DirectAdmin, there is a script installer named "Softaculous" where you can use it to easily install WordPress with a single click.

However for Windows hosting platform, you may need install the WordPress manually as there is no web application installer present in the control panel. 
Below is the guideline to those who need to install it by themselves. 

  1. Download a latest WordPress to your local computer.        
  2. Create an FTP account in your control panel.   
  3. User may access the ftp account using FileZilla. 
  4. Once access to the FTP account, you may upload the WordPress file to your wwwroot (MSPControl/SolidCP) or public_html folder (cPanel/DirectAdmin). 
  5. Login to your control panel and create a Database and a Database user.   
  6. For Windows platform, the wwwroot folder permission should be set to read & write and tick the box with 'Replace permissions on all child objects'         
  7. Locate the wp-config-sample.php file. Right click on the file, select Rename and change the name of the file to wp-config.php.
  8. Right-click on the wp-config.php file and select Code Edit. When the file opens, look for the following information:

            
    /** The name of the database for WordPress */
             define ('DB_NAME', 'database_name'); 
            /** MySQL database username */
            define('DB_USER', 'username');
            /** MySQL database password */
           define('DB_PASSWORD', 'password');
             /** Database hostname */
           define( 'DB_HOST', 'localhost' );

  9. Update database name, database username and password to your actual database information.
  10. For database hostname, please leave the setting as default for Linux servers. As for Windows servers, the database hostname should be changed to 'localhost:3366'.
  11. When done editing, click the Save Changes button, then close the file.
  12. Open your search engine, on search bar, search the domain name (http://www.yourdomain.com)   

    * Please replace "yourdomain.com" with your domain name. 

  13. Proceed with the installation process. 
  14. Once the installation process is completed, default WordPress site will be displayed when visiting it.
  15. You may login to your WordPress dashboard to re-design and develop the website.

Note: You will need to create your database prior to installing WordPress on the website.
Please refer to the following articles to create MySQL database in your hosting control panel, choose the right guideline based on the control panel in use.

Creating MySQL database in control panel

You may also explore our WordPress Hosting package optimized for speed!

  • 3 Los Usuarios han Encontrado Esto Útil
¿Fue útil la respuesta?

Artículos Relacionados

Change WordPress admin password

If you lost your WordPress admin password, there are 3 methods you may try to reset them.You may...

Configuration for WP Mail SMTP Plugin

Sending mail through scripts will require SMTP authentication. In order to be able to send mails...

Install WordPress using Softaculous

Softaculous is available in cPanel and DirectAdmin control panel.Please follow the steps below to...

Change and hide WordPress admin URL

There will always be brute force attack on your WordPress site no matter how strong or reliable...

Remove /wp directory from WordPress installation

For a fresh WordPress installation, you may always delete the existing installation and reinstall...