How to install Wordpress manually with Ftp
If one click wordpress install takes less than one minute to deliver you wordpress log in screen. Than manual install of wordpress will take less than 10 minutes to deliver you log in screen (also depends on internet speed and your speed!) Read on ,You can also instant start to do it!
First Download Wordpress
First you have to get the wordpress. It packed up nicely at Wordpress.org for every one. So go to Wordpress.org and download it
Uploading wordpress files to your web server/hosting
To install wordpress manually you need to upload wordpress cms packed up files to your web hosting.
What you can do by two way-
- Using Ftp
- Online File manager (it also call secondary Ftp)
Upload wordpress files via Ftp
Ftp is recommended. To use Ftp you will need an ftp account.
- Go to your web hosting's cPanel > Ftp access, create one account if you didn't created one.
- This address should be look like this (ftp.yoursite.com) get ftp user name, password and ftp server port.
- Now get an ftp client for Microsoft windows (Filezilla) for Apple (Cyber Duck) .After install Ftp software(client) authenticate your Ftp account from your computer.
Ftp process-
- Now extract your zipped wordpress on your computer.
- In left side if your Ftp client browse where you unzipped wordpress cms on computer.
- Right side your host files on Public.html like (default.php or index.php) delete them.
- Now select all wordpress files to upload to (home root >public html)
- Give it a while to upload
OR
Upload files via Online file manager
Not recommended, because after Wordpress being extract it will unzip a lot number of files (almost 1000+) how you suppose to upload all these files by maintaining sequel. But if you know what you doing, use online file manager (so don't do by file manager, it will be messy)
Now
Create Mysql database for upcoming Wordpress setup
Wordpress created on php and run on mysql. So you need to create a mysql database manually.
- Go to Cpanel > mysql wizard > add new mysql database >
After database been created, you will get :-
- A database name
- A database user name
- A database host (mysql host), save it
Installing Wordpress
After all files of zipped wordpress got uploaded to web host, Now its time to create wp-config.php file.
You can do it by two ways.
- 1. Create a wp-config.php file by hand then install
- 2. Create a wp-config.php file by system
1. Create a wp-config.php file by hand (Extremely recommended)
- Here Generate wp-config for you link
- You already uploaded all wordpress files to webhost.
- Download the file named WP-config-sample.php
- Change the extension of that file .php to .txt
Now configure it -
// ** MySQL settings - You can get this info from your web host ** //
Under this Just fill these data up with your mysql data
And-Under:
* @since 2.6.0 */
- Go to this link and copy all then replace all where red mark goes.
- Save it. And change the extension of the file (.txt to .php)
- And change the name of the file ( WP-config-sample.php to wp-config.php )
- Upload this file to webhost via ftp.That's it!
Now
Type your Domain name in address bar, hit enter
- You will see Welcome and Information requires form.
- Now put some Crying need information about who will take care your site as admin, password, mail etc and finalize your wordpress installation by install wordpress.
- Log in!
2. Create wp-config.php file by system (really not recommended)
- In this case just type your Domain name in address bar and hit enter.
- You will see an error excuse about you don't have any wp-config file (don't scream!) Hit Create a configuration file, default wordpress system will make up a wp-config for you.
- Then you will see Welcome curtain about table of content. Click lets go!
- Now type your Mysql database information. Full database name, user name, password, database host and change Table prefix wp_ to any keyword.
- Hit submit
- That was the wp-config.php file creation, now wordpress has established into your host and database.
- Run the installation.
- Now put required information about who will take care your site as admin, password etc finalize your manual wordpress installation by clicking Install wordpress.
- After that You will redirect to your Log in screen.
- Log in with Id, password and take a look around
Any trouble or feedback about this tutorial don't forget to mention, Goodluck