Installing Word Press on your own server space only sounds intimidating. It’s actually a fairly easy process that can be accomplished in a few steps. The most important part of the whole thing is backing up your data, just in case something goes awry.
Note: This how-to assumes limited familiarity with common Web terminology such as FTP, server and directory.
Getting Started
The first thing you need to have a Word Press blog from WordPress.org is server space. If you have a WordPress.com blog, you don’t need space - they host it for you. Same company, same interface, slightly different software and more limited functionality.
Once you have your server space (you can get this through a company like BlueHost or GoDaddy for very little money per month), you need to grab your log in information from your cPanel (control panel, usually found on the hose Web site). This is so that you can use an FTP program to log in and install WordPress and any other software you might want to use on your blog.
If you have chosen a host like BlueHost or similar, you can almost stop here. Hosts such as these also offer a tool called Fantastico. Fantastico will install and configure your Word Press files and related databases for you. If you either didn’t choose a host like that or just want to do it yourself, it’s a fairly simple process.
First, log in to your host’s cPanel - your dashboard for controlling the things stored on your Web server. Find the thing that says PHP Admin. Open that, and create a new database. This takes only a moment. Once it is created, some hosts already have you set up as a user of the new database, some need you to set that up. If you need to, add a new user to your new database. Write down the name of the database, your new user name for it and the password.
Prepping Your Installation
Now you need to download Word Press. Go to the WordPress.org site and click the Download link. This will put a .zip file on your computer. You will want to unzip this so that you can add some basic information to the wp-config.php file. You can unzip this right into your FTP folder (directory) /public_html or a new directory you create called /wordpress or /blog on your host server, but I’d recommend not doing that for your first time installing Word Press, just in case.
Once you have unzipped the file, you’ll need to go in to the wp-config-sample.php file and enter in your server log in and location information. You can do this in any text editor program, or a program like Dreamweaver if you have it. You will need the name of the database you made earlier, the server name, your user name, your blog url, and your password. The people who wrote Word Press have made it really simple figure out where to enter this information. Just look for the text that says ‘localhost’ and replace it with your database name, replace ‘password’, ‘user name’ and the rest as you as well. Once you are done, save the file under a new name: wp-config.php.
Installation Basics
Now use your FTP program to upload the entire collection of files and folders from Word Press to your server. Some people put them in their own subfolder named WordPress or Blog, but many just install the files right to the top level directory. To do this, just open the Word Press folder where the unzipped files are stored and select all, then upload them exactly as they are organized into the appropriate spot on your server.
Once the files are done uploading, double check to make sure you renamed the config sample file as wp-config.php. Go to your browser and type in the address of you blog plus /wp-admin/index.php. When you are done it will look something like this: http://example.com/blog/wp-admin/install.php or http://example.com/wp-admin/install.php. That will bring you to the Word Press install script. This will ask you to fill in a few blanks with basic information. One you are done, Word Press will automatically take you to the Dashboard (main editing screen) of your new blog, where you can start writing right away, upgrade a theme, add widgets or plugins and more. We’ll go over adding some extras in our next tutorial, but for now…
Happy Blogging!
Current supported release at time of writing: Word Press 2.6.5, Word Press 2.7 is in Release Candidate 1, and is considered a stable development release.





Recent Comments