How to install WordPress manually
Aim
Install WordPress manually when you don’t want to use automatic installer.
1) Download and upload files
- Download WordPress from
https://wordpress.org/download/. - Unzip the file.
- Upload the files to
public_html(or destination folder) via File Manager/FTP.
2) Create database
- In cPanel open Database Wizard.
- Create database and user.
- Assign all privileges to the user.
- Save these data: DB name, username and password.
3) Configure wp-config.php
- Rename
wp-config-sample.phptowp-config.php. - Edit:
DB_NAMEDB_USERDB_PASSWORD
- Save changes.
4) Run web installation
Open in browser:
https://tudominio.com/wp-admin/install.php
Complete site name, admin user, password and email.
Validation
- The site opens.
- You can enter
/wp-admin. - Active SSL and secure credentials.
Recommended readings
Still need help?
If this guide didn’t solve your issue, our team can help you via ticket.