source
Introduction:
Do you want to know how to install WordPress on the live server manually and as well as using the auto-installer?
In the first method that is auto-installer, we will use a hosting service that provides the auto-installer service in their hosting this method is the petty easy and fast relatively second method which is a little complicated.
The second way to install WordPress on live sever is FileZilla client which is a File Transfer Protocol (FTP) to transfer your website from a local computer to a server.
First Method (Auto-Installer):
- Go to your hosting provider login page and with your username and password.
- Find the Website builder OR App / Script installer and click on it.
- Before clicking on the app installer you need a database so create a database in you hosting (find like MYSQL Databases).
- Now add website credentials like (username, password, URL/domain, website title, etc.).
After providing all information click on the install button installation will begin and it takes a few minutes to install WordPress after completion of installation you can log in to your WordPress dashboard.
Second Method (Manual Installation):
- Go to your hosting provider login page and with your username and password.
- Find the FTP Manager and get the FTP detail like (hostname, username, password, port).
- Create a database in you hosting and gather detail of phpMyAdmin like (db_name, db_username, db_password, db_host).
- First, you have to get the latest version of WordPress from its official website https://wordpress.org
- Extract the WordPress RAR file on your computer.
- Now find the "wp-config-sample.php" file and make a copy to like "wp-config.php" and open it in an editor to change the following lines with your phpMyAdmin details
define ('DB_NAME', 'database_name_here')
- Install FileZilla client on your computer and open it.
- provide the FTP detail in the blank fields and click on quick connect, It will connect with your hosting service and show you your website folder on the right side of the window.
- now drag and drop your extracted files of the WordPress in the public_html / htdocs / DomainName folder
- After completion of the files transferring goes to your website URL and there will begin the WordPress installation process.
- First, select your preferred language for your WordPress admin and website and click on continue
- Add the site title that you want to display in the tab and on the website don't worry you can change it later
- Set username and password for login (don't forget these credentials)
- Put an email to receive notifications and to reset the password
- Don't check on Search Engine Visibility if you want your website index on search result
- then click on install WordPress. it has done
Post a Comment