How To Manually Install WordPress On Your Webhost |
| July 11, 2011 |
This has become fairly simple since most hosting companies supply a version of an automatic installer that puts WordPress where you want it with a couple button clicks. But there are still occasions when you want to install it manually. Here's the quick install method, that is relatively simple. Video on How to Manually Install WordPress1. Prepare for the manual installationDownload WordPress from http://wordpress.org Make sure you are ready with the following:
Begin your installation by:
MySQL version 5.0 or greater are required as of version 3.2 (You can read more about requirements here: http://wordpress.org/about/requirements/)
2. Unzip the downloaded file![]() After unzipping the downloaded file the directory structure will look like the one above. ![]() With these files. 3. Create a database for your installation.![]() Using your hosting account control panel create a database for WordPress on your web server, as well as a MySQL user who has all privileges for accessing and modifying it. The picture above shows the access icons on the popular cPanel used by many hosting companies. Your host may have a different access and if you don't see something similar to this get instructions from the hosting company. (You an use these icons or phpMyAdmin to create databases. This Process will give you some information that you need to copy and have handy during installation
4. Check database user privileges![]() 5. OPTIONAL (you can skip this) Rename the wp-confing-sample.php file to wp-config.phpIf you are not comfortable with this, it is optional, and you can skip these tasks, as the install program will create wp-config.php file. Rename the wp-config-sample.php file to wp-config.php. Open wp-config.php in a text editor and fill in your database details as explained in Editing wp-config.php to generate and use your secret key password. If you need more information about this procedure you can get it here: http://codex.wordpress.org/Editing_wp-config.php 6. Upload the files![]() Upload the WordPress files in the desired location on your web server:
7. Run the installation script![]() Run the WordPress installation script by accessing wp-admin/install.php in a web browser. If you installed WordPress in the root directory, you should visit: http://yourdomain.com/wp-admin/install.php If you installed WordPress in its own subdirectory called blog, for example, you should visit: http://yourdomain.com/blog/wp-admin/install.php 8. Enter the database information![]() Localhost is used by a lot of ISP's as the default database host. However there are some that have different data base hosts. Be sure you check. 9. Fill in your site information![]() Done!![]() |
Open Source Training is not affiliated with or endorsed by the Joomla, WordPress or Drupal projects.
All product names and trademarks are the property of their respective owners.
Copyright © 2012 Open Source Training, LLC. All rights reserved.