WordPress is an open source blog tool and publishing platform powered by PHP and MySQL. (see http://en.wikipedia.org/wiki/WordPress). It's often customized into a Content Management System (CMS) wherein one can do their own personal publishing, add their own aesthetics yet still aligned to web standards. It is a free but very essential and priceless blogging software.
If you already have a domain account with PHP and MYSQL support then you should be able to get your WordPress up and running. Follow the following steps below:
PART I "WordPress Package"
- Download WordPress from http://wordpress.org/download/
- Unzip the package in one of your temporary directory
PART II "Your MYSQL Database"
- Access your Administration Panel on your Domain
- Create a Database and take note of its name
- Record the username and password
PART III “WordPress Configuration”
- Go back to the temp folder where you unpacked WordPress
- Open the file wp-config-sample.php with a notepad or Dreamweaver
- Edit the following:
define('DB_NAME', ‘NameOfYourDatabase’);
define('DB_USER', 'DatabaseUserName');
define('DB_PASSWORD', 'DatabaseUserNamePassword');
define('DB_HOST', '127.0.0.1'); - Save the edited file as wp-config.php
PART IV "Uploading WordPress to your Web Server (Externally hosted)
- Using your favorite FTP program connect to your website.
- At the html level directory create a blog folder.
- Example: /var/www/html/blog/
- upload the WordPress files to that blog folder.
PART V "PHP Configuration"
- Using your web browser, access http://www.yourdomain.com/blog/wp-admin/install.php to initiate the installation process.
- Once WordPress comes up click “First Step”
- Enter the title of your Web Log and enter your email address
- Click continue to Second Step
- Note the password generated
- Click on the login address wp-login.php to access your WordPress Account.
Sponsored by: www.cartizgis.com