How to install WordPress Manually
Here is the easy steps for installing WordPress Manually
- Download latest version WordPress from wordpress.org
- In hosting please go to the mysql and create a database for wordpress.
- Create db
- Please make Username and db name same
- Assign user to db with all previleges
- Extract the zipped folder
- Copy all the files to your hosting (copy files either you can do it through control panel or through FTP)
- If you using single hosting copy all files in /public_html/
- Select the file wp-config-sample.php the and edit the fields highlighted in the image below with your database detail.
- Then rename the file to wp-config.php
- Now rest of the installation process running the script, for that please type
www.yourdomain.com/wp-admin/install.php - This is the final step there you can fill wordpress login (username and password)
For more details – http://codex.wordpress.org/Installing_WordPress refer this site.