This is a step by step and easy to follow guide that will help you setup your own blog from the start. This guide is not to motivate someone to start blogging. It is best suited for someone who already made the decision to start a blog and need some step by step direction of the whole process.

Who Should Use This Guide?

This guide is intended for anyone who is looking for an answer to any of the following questions:

how do I setup a blog?

how to start a blog and maintain it?

Now, starting a blog is easy but in order to be able to successfully monetize the blog, you need to establish the blog. In this guide, I have also covered the topics that help you establish your blog so you can monetize it.

There is a lot of good content to go through, so it is a good idea to bookmark this page so you can come back to it later and go over the content at your own pace.

Blog Setup (Getting started)

  1. Getting a good domain name
  2. Getting a cheap and reliable web hosting solution
  3. Setup WordPress on your Blog
  4. Selecting a nice theme for your WordPress Blog
  5. What WordPress Plugins to use
  6. WordPress System Integration 101
  7. Creating your blog posts
  8. Creating your blog pages
  9. Adding imges to your blog

Creating Content For Your Blog

Establishing Your Blog


Site Optimization


Making Money from Your Blog


Marketing


To be updated…
This guide is not complete yet. I will be writing and publishing the bits and pieces of how to start a blog from scratch and make money online over the next few months as time permits.
If you have any questions feel free to leave them in the comment section below and I will follow it up.
Wednesday, 26 June 2013
0 comments

How to Install WordPress on Your Blog (Instructions with Screenshots)

12:22
wordpress install iconThis is a quick WordPress Installation guide with screen shots to get your blog up and running quickly. After reading this WordPress Installation guide you will know exactly how you can install WordPress quickly on your Blog in Four easy steps.
A detailed WordPress Installation Instruction can be found atWordPress.org. I install WordPress frequently for my friends and myself and I find the detailed installation instructions on WordPress.org to contain too much details for me, so I needed a cut down and more common version of WordPress installation instructions and hence the birth of this post.
If you are installing WPMS then read the WordPress multi-site installation guide.
This WordPress installation instruction mainly takes into account the most common web hosting solution example (e.g. access to ‘cPanel’). I install WordPress this way because it allows me to work on concurrent installation related tasks at the same time (e.g. Add database while the WrodPress files are being uploaded to my server) resulting in a reduced total WordPress install time.

Step 1: Transfer the WordPress files to your web server

  • Download and unzip the latest WordPress package fromWordPress Download Page.
  • Upload the WordPress files (all the directories and files that is inside the extracted WordPress Directory) to the root directory (In most cases this will be the ‘public_html’ directory) of your web server or to a sub directory if you want to host your blog in a sub directory of your site. I use FileZilla (free ftp software) to upload my files but any ftp program can be used.
    'ftp' WordPress files to the web server
    ‘ftp’ WordPress files to the web server




Step 2: Add Database and User for WordPress

  • Log in to your cPanel. (http://www.your-site.com/cpanel)
  • Click MySQL Databases.
    MySQL Database
    MySQL Database
  • Create a user for WordPress from the Users section:
    MySQL Database User Creation
    MySQL Database User Creation
    1. Choose a user name (e.g. ‘user’) and enter it in the User name field.
    2. Choose a password for this user. Write down this password on a piece of paper or on a text file.
    3. Click Add User.
    4. Click on ‘Go Back’ to go to the MySQL Database Page Write down this user name and password on a piece of paper or on a text file.
  • Create a database for WordPress from the Databases section.
    MySQL Database Creation
    MySQL Database Creation
    1. Enter a name for your WordPress database (e.g ‘wordpress’) and click ‘Create Database’.
    2. Click on ‘Go Back’ to go to the MySQL Database Page.
  • Go to the ‘Add User To Database’ section on this page and select the Database and user name you just added from the drop down menu if not selected already.
    Add WordPress User to the Database
    Add WordPress User to the Database
  • Click ‘Add’.
  • Select “ALL PRIVILEGES” and click ‘Make Changes’.
    WordPress User's Privilege Settings
    WordPress User
  • Click on ‘Go Back’ to go to the MySQL Database Page.
    List of Current Database and Users
    List of Current Database and Users
Note down the WordPress Database and user name that you just created from this (MySQL Database) page. There may be a prefix present on your Database and user name e.g “applewoo_wordpress”, “applewoo_user”, this is to ensure that no name conflicting occurs on a shared hosting.

Step 3: Edit the Configuration File

  • Rename the “wp-config-sample.php” file to “wp-config.php”.
  • open the “wp-config.php” in your favorite text editor and update the DB_NAME, DB_USER, DB_PASSWORD fields with the details captured in step 2. It should look similar to the following:

// ** MySQL settings ** //
define('DB_NAME', 'applewoo_wordpress'); // The name of the database
define('DB_USER', 'applewoo_user'); // Your MySQL username
define('DB_PASSWORD', 'myPassword'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
  • Upload this updated “wp-config.php” file to the root directory (‘public_html’) of your web server or to the sub directory if you are installing WordPress in a sub directory of your site.

Step 4: Install WordPress

  • Run the WordPress Installation script by visiting the ‘wp-admin/install.php’ link of your site. Basically enter “http://www.your-site.com/wp-admin/install.php” in the address bar of your web browser and follow the one click installation process.
WordPress should now be installed and ready to go. Log in to your WordPress admin section by visiting the ‘wp-admin’ link of your site using the user name and password sent to your inbox.
WordPress Login Screen
WordPress Login Screen

Total Expected WordPress Install Time

The total WordPress install time will vary depending on your internet connection speed but below is a graph showing the average install time for my WordPress Install.
Total WordPress Install Time
Total WordPress Install Time
The WordPress installation is fairly straight forward but If you are having problem then have a look at the detailed installation guide onWordPress.org as stated earlier or leave a comment below and I will try to answer if it’s within my capability.




0 comments:

Post a Comment

 
Toggle Footer
Top