TutorialsWordPress

Manual WordPress Installation

Learn how to manually install WordPress step by step, from downloading the archive to setting up the database and completing the installation.

7
Views 3517Updated 2 luniPublished on 11/04/2018by Florin Petran

Introduction

This tutorial explains the necessary steps for the manual installation of the WordPress platform.

Requirements

  • Access to the cPanel account.
  • WordPress archive, which can be downloaded from the official page: https://wordpress.org/download/ .
  • MySQL database, database user, and the associated password.

Steps

1. Downloading the WordPress Archive

Descărcare WordPress

2. Uploading the archive in cPanel

  • Log in to your cPanel account, then navigate to the File Manager section.
  • In File Manager, access the public_html directory or the directory related to an addon domain/subdomain, then upload the WordPress archive.
  • Click on Upload and select the downloaded file locally.

Încărcare arhivă WordPress

3. Extracting files

  • After uploading the archive, return to the public_html directory, select the archive, and click on Extract.
  • Choose the location where you want to extract the files, for example, in public_html.

Dezarhivare fișiere WordPress

4. Moving the files to the correct directory

  • The extracted files will be placed in a subdirectory named wordpress. Select all files in this directory and move them to public_html.
  • Use the Move button and change the path from /public_html/wordpress to /public_html.

Mutare fișiere WordPress

5. Configuring the wp-config.php file

  • Rename the file wp-config-sample.php to wp-config.php. Select the file, click on Rename, enter the new name, and confirm.
  • Edit the wp-config.php file to enter the database details:
    • define('DB_NAME', 'database_name');
    • define('DB_USER', 'database_user');
    • define('DB_PASSWORD', 'database_password');

Editare fișier wp-config.php

6. Completing the installation

  • Access your domain in a browser (e.g. https://hostico.ro) to initiate the WordPress installation.
  • Select the desired language and follow the steps in the installation interface to set up the user, password, and email address.
  • After completing the installation, you will receive a confirmation and you will be able to access the WordPress admin panel by clicking on Log In.

Instalare WordPress

Instalare WordPress reușită

Similar Articles

Transfer .ro domainTutorials /Domains

This tutorial presents the steps necessary to obtain the authorization key from the ROTLD panel for transferring a .ro domain to a new registrar.

73
by Mark Dohi
Views 8843
Updated 9 months ago
Published on 06/02/2018
DNS settings in the Webuzo panelTutorials /Webuzo

Learn how to edit and set DNS records in the Webuzo panel. Follow the steps to efficiently manage domains and subdomains.

46
by Alexandru Rogojan
Views 1605
Updated 1 month ago
Published on 14/09/2017
Changing the PHP version in cPanel on VPS hosting packages via MultiPHP ManagerTutorials /cPanel

In this article, we will present the necessary steps to change the PHP version in a cPanel account using MultiPHP Manager.

42
by Sebastian Szlivka
Views 1896
Updated 10 months ago
Published on 18/10/2017
Unblocking IP from Hostico serversTutorials /Dev

In this tutorial, the necessary steps will be presented to unblock the IP listed in the firewall on Hostico servers.

31
by Mark Dohi
Views 892
Updated 9 months ago
Published on 05/10/2020
Clear cache and history in Chrome browserTutorials /Apps

Learn how to delete your history and cache in Google Chrome using the Ctrl+Shift+Delete key combination. The tutorial includes simple steps and applicability in other browsers.

30
by Florin Petran
Views 5347
Updated 4 years ago
Published on 08/01/2018