Starting a WordPress site

In order to run a WordPress site you have to go for the self-hosted version and install WordPress on a web server. It’s not as hard as it sounds 🙂

What you need

  • A web host (a simple shared host will do).
  • PHP and MySQL must be available on the web host (very common).
    • PHP is a scripting language which WordPress is built with.
    • MySQL is a database technology which handles all your posts and pages and other data.
  • An FTP program to transfer files back and forth.
  • A domain name.

You can download the latest copy of WordPress from http://wordpress.org. Note the difference between WordPress.org and WordPress.com – the former is the hosted version where you sign up for an account and get a name-of-blog.wordpress.com web address. The latter is the site for the WordPress project, where you find the software and other resources.

The WordPress.org website is really helpful when it comes to installing WordPress. It’s famous for its “5 minute install”. Your web host’s support can help you setup the FTP client for transfering files to the server, which is essential in order to install WordPress. Note: Some web hosts even offer a “One-click install” of WordPress, where you manage the install on the server itself. I.e. you don’t have to download the WordPress files on your own computer and then transfer them yourself.

I recommend this page for you: http://codex.wordpress.org/Installing_WordPress