Tue 22 Jul 2008
A beginner’s guide to installing Wordpress on your own domain
Posted by Gav under Gav's Guides, internet
Inspired by Darragh’s recent masterclass on how to leave comments on other peoples’ blogs, and guiding Scally through the following process yesterday, I thought I’d post a guide on a similar theme to Darragh’s - how to get your own webspace and install Wordpress on your website.
Though there are a couple of other downable blogging software packages, Wordpress is by far the market leader, powering pretty much all self-hosted blogs at the time of writing. From an Irish point of view, almost all the prominent Irish blogs - Damien, Alexia, Tom, Elly, Twenty Major, Beaut.ie, Sarah, The Chancer, Jazz Biscuit, and so on [I wouldn't dare list myself here!] - are built on Wordpress’s reliable, stable, and very adaptable blogging software. What’s more, even more sites - like Rick O’Shea or Casa Casey Courtney - are hosted on the pre-provided Wordpress.com service, which has a lot of identical features but is not made to be quite as adaptable.
Wordpress is also fantastic for importing blogs you’ve written elsewhere - so if you have an old Blogger account, or maybe a LiveJournal, you can import these posts and they’ll appear as normal entries within your Wordpress. You can even export posts from Wordpress.com and import them into Wordpress on your own webspace if you like, which is very useful if you’re a current Wordpress.com user and want to graduate to hosting your blog yourself. What’s more, if you’ve got your own webspace, you don’t have to worry about exceeding Wordpress.com’s size limits for attachments to your blog, as you’ll have all the space you need to upload files for your posts.
Having your own webspace, meanwhile, has a couple of advantages. Aside from being able to manipulate and tweak software like Wordpress in whatever way you want, you can also enable terrifically handy features like Google Apps, enabling you to enjoy Gmail services at yourdomain.com, as well as using your space as private storage for when you’re on the go. Think about it - why worry about carrying a USB key or an external hard drive that might be damaged in transit, when you can just upload your files to a web server and retrieve them the next time you’re somewhere with the internet - even on your mobile phone? What’s more, you can make your site into something of a personal portal - Elly’s site is a good example for this.
So let’s get to it - where do you start? Well, the first thing to do is secure your web hosting. For this walkthrough I’m going to use the services of Register365.com, the domain registry arm of Hosting365, for no reason other than they’re the web host with whom I’m currently signed up. My current plan - and one I’d recommend to anyone, without any need of disclosure - is the Business Hosting Unix plan, where for €39.99 a year (or €3.99 per month) you get quite a good package for any personal user, including the ability to attach up to 25 different domains to it. Many of the bigger Irish bloggers take their webspace from Blacknight so have a look at their products too and make an informed choice for yourself.
This (hopefully suitable comprehensive) walkthrough will guide you through the process of:
- buying the above package in conjunction with your own .com domain name,
- show you how to set up a MySQL database on which Wordpress will operate,
- how to finish the Wordpress installation and
- extend and manipulate Wordpress to appear just as you want it to.
So, let’s get going with buying your webspace and domain name.
STEP 1 - BUYING YOUR DOMAIN NAME AND WEBSPACE
As stated above, for the sake of this walkthrough I’ll assume you want to buy Register365’s Business Hosting Unix package. This part is quite easy - the most difficult bit is actually choosing the domain you want to buy! For Irish users, you might want to buy yourname.ie - you’ll just need to send on a form of personal ID to the IE Domain Registry to prove your rightful ownership to the domain. The market for generic domains like .com, .net or .org is far more unregulated and buying one is completely automated, so these are easier to get full control of. If you’re looking for a little more inspiration on choosing a domain, try looking here.
For this example, let’s say you want to register a domain to host a blog on gaelic games, and you want the address to be www.lovelyhurling.net. So let’s get to it - go to www.register365.com and enter the domain (without the .ie or .com suffix) that you’re thinking of buying - so in this case, just enter ‘lovelyhurling’.
(You can click any of the screenshot images in this post to expand them and get a better view.)
From here you can see that while lovelyhurling.com and lovelyhurling.ie have been taken already, the lovelyhurling.net domain is still available! Click on ‘Register’, and choose how many years you wish to buy it for (incidentally, you needn’t worry about having your domain robbed on you before your time is up, by the way; you’ll be given adequate notice before your rental of the domain is up).
Next you’ll be asked for your personal and billing details, and then be brought to a review screen.
When you’re asked if you’d like to buy any other products, you have your chance to buy your hosting package (if you’re buying a package like the one I recommended above) - so in this case, click ‘Unix Business’ under ‘Additional Products’, choose your billing period (either annual or monthly) and ‘Add Product’ to your shopping list, sticking in your desired username at this point.
After this, you’ll be asked for your payment details, and then that’s it! You now own your own webspace and domain name. Wasn’t that easy?
Shortly after you finish your transaction, after your payment has been processed (which only takes a few minutes) you’ll be sent a few emails. One of these will contain the details you’ll need to log into your Control Panel.
The Control Panel is the place where you can administer your server account and do things like creating new subdomains or MySQL databases - an ability that you’ll need in just a moment to get your server ready for Wordpress.
STEP 2 - SETTING UP A MySQL DATABASE
As explained just above, you can set up a MySQL database - as well perform a myriad of other operations - from inside your Control Panel. Don’t worry if, when you log into the Control Panel, most of the icons don’t make very much sense to you, as you generally won’t need to exercise very many of these functions in your everyday internet existence.
Setting up a database isn’t particularly difficult with cPanel (which is the model of control panel that Register365 will, by default, have set up on your server). So before we set it up, I’ll explain very quickly what exactly your database is, and what its role will be, hopefully demystifying the whole concept.
To make a long story short, a Web database is a way of storing your data in a location seperate to your actual site, so that it’s safe from any unauthorised users who might gain unauthorised access to your webspace later on. Hosting companies operate massive database servers, set up for use by all of their customers, which are backed-up almost constantly to make sure no data is lost, and which are made extremely secure so that no hackers should be able to access, corrupt or change any data.
Before you install any web-based Content Management System (or ‘CMS’ - Wordpress is an example of a CMS), the first thing you have to do is create a database where the CMS can store its actual information - essential data like actual blog posts, without which the software would be useless.
So! Now that you have a vague idea of what a database is, it’s time to go creating one. Log into your Control Panel (which you can access either through the link supplied in your email, and use the username and password you were provided with (the details marked in blue in Fig. 3 above).
Once you’re logged into the Control Panel, choose ‘Databases’ on the menu bar at the top, roll your mouse over ‘MySQL’, and then click on the ‘MySQL DB Wizard’ option.
The next window that will appear will ask you for a name to give your database, and a description. For the sake of simplicity, name your database ‘wordpress’. The description can be a slightly more ‘human’ description, so you can insert something like “Lovely Hurling Wordpress database” - anything that makes it easier for you to identify what your database is doing.
Note that the name of your database will be given a default prefix, so that your database will actually be named somethink like lovelyh_wordpress - this is automatically attached to your database by your hosting company, and is there to make sure that your database has a unique name when it’s saved on your host’s database servers. This is a useful tactic - think, for a moment, if another Register365 customer had created another database the same name as yours - something highly probable when using a name like ‘wordpress’. To prevent any issues with incorrect passwords or other such potential problems, your databases will have a prefix to make sure it’s individually titled, and guaranteeing that no such problems might occur.
You’ll next be asked to create a user, who will have access rights to this database. (A database, like a computer, is only useful if there’s a user who can access it!) You can assign the same names to users as you can to databases, so you can call your user ‘wordpress’ too if you want. Assign a password to this user, making a note of it, and be sure to give the user ‘dba’ access (i.e. full rights to administer the database in question). Your database username will also be given a lovelyh_ (or similar) prefix, so a username ‘wordpress’ becomes lovelyh_wordpress.
Be sure you keep a note of the database name, the username you assign to administer it, and the password for this database user - you’ll need all three when you’re installing Wordpress.
So your database and user have now have been created. Go back to the ‘Databases’ menu, and choose ‘MySQL’ and ‘MySQL DBs’. You’ll be given a master list of all the databases you’ve created, as well as a few other general stats about them. The address for your database server will be given here: it will look something like sql5.hosting365.ie. Make a note of this - this is the fourth detail of the four that you’ll need to get Wordpress up and running.
That’s that bit taken care of! Now that you’ve set up the database, you can press ahead with the final step and give Wordpress the details to access it and finish its installation.
STEP 3 - DOWNLOADING, UPLOADING AND INSTALLING WORDPRESS
Okay - you’ve done the difficult bits; you’ve got your domain name and webspace taken care of, and you’ve created a database that Wordpress is to be allowed to use in saving its content. This, as with the other steps, is quite easy.
As you’ll have read above, Wordpress is the market leader in downloadable blog software, and any major blog that’s hosted independent of the big servers like Blogger will usually be built on the Wordpress system. It’s updated regularly to iron out any bugs and, best of all, it’s completely free and notoriously easy to install.
Before I show you that, though, you’ll need to make sure you have some way of transferring files to your web server by something caled FTP, or File Transfer Protocol. Now, don’t be scared at the acronym; FTP is a very simple concept if you take a few seconds to understand it. If you’ve ever used Windows Explorer, where the left-hand side of the window lists your folders and the right hand side lists the files within a folder, then FTP won’t be a big change for you. FTP is a system almost identical to this, but instead of viewing files on your own computer, you’re merely viewing files on a web server.
Probably the best known free FTP software is SmartFTP (download from www.smartftp.com), although CoffeeCup’s FreeFTP (http://www.coffeecup.com/free-ftp/) does a very similar job and is just as adaptable. If you’re not interested in needing to download new software, though, you needn’t worry! Just launch Windows Explorer and type the address of your address bar (with the ftp:// prefix) into the address bar. Windows will ask you for your username and password and voila, you’ll be working with your FTP server just like you would with your regular files.
The reason you need to be a little familiar with FTP is because once you’ve got Wordpress properly configured, you’ll need to be able to transfer the Wordpress software onto your webspace, using FTP.
So - let’s get to it. Visit www.wordpress.org and download the latest version of the software - or even easier, just go straight to www.wordpress.org/latest.zip where the most recent version will be available to download. Save the zip file to your desktop, open it, and take out the ‘wordpress’ folder - this folder contains everything you’ll need. (Be sure that you don’t extract the zipped folder as it is, or you’ll end up with a folder called Wordpress, containing another folder called ‘wordpress’, which THEN will have the files you need.)
Now, open up your Wordpress folder, and inside it you should find a file called wp-config-sample.php. Click on this file to open it, tell Windows you want to choose the program with which to open it, and then choose Notepad from the list that pops up. The wp-config-sample.php file should now be open (if not, launch Notepad yourself, then click File, Open, and find wp-config-sample.php within the ‘wordpress’ folder).
You’ll see something that looks like this:
This is where you’ll need to input the database name, username, password, and server address that I asked you to note earlier - each one of these four details will be required within the area highlighted in the screenshot.
- In the field where you’re asked for the database username, delete ‘putyourdbnamehere‘ and enter the full name of your database (including the prefix automatically attached to it - like lovelyh_ or similar).
- In the next line, where you’re asked for the database username, delete ‘usernamehere‘ and insert the database username (again, include the prefix).
- The next line needs the password you assigned to the database user, so delete ‘yourpasswordhere‘ and type your password in. (Don’t worry, this password will be perfectly safe from prying eyes - though it’s no harm to use a password different to your regular one, as you won’t be asked to use this password for anything else.)
- In the fourth row, delete ‘localhost‘ and insert the address of your database server, as noted above (remember? It’s the one that looked something like sql5.hosting365.ie).
Leave the other two rows as they are, save your changes, and exit the file.
Now right-click on the file and click ‘Rename’, or just hit F2 on your keyboard, and change the name of the file to wp-config.php (i.e. removing the ‘-sample‘ from the filename). This is what the file needs to be called before Wordpress can recognise it.
You’re now ready to upload Wordpress to your webspace. So - here’s the big move.
*Edit: I’ve just realised that, contrary to what I’d thought, the domain is not automatically setup within your hosting account once you buy it. So once you’ve logged into your Control Panel, click ‘Domains’, ‘Add New Domain’ and simply type in your domain (without any prefix, such as www. or similar) and hit Return. Follow the screens and your domain will be set up - meaning that on your webspace, a lovelyhurling.net folder will now have been created. - Gav, 12-Aug-08.
Open up your FTP program (again, SmartFTP is recommended), which will usually have the screen split into two halves, with one half showing the files on your web server and with the other showing files on your hard drive. If you haven’t done so already, log into your server using the hostname, username and password that you’ll have received in your email (refer to Fig. 3 above - the details are marked in blue on my screenshot).
Now, open the folder that you want to move your Wordpress files into - we recommend the ‘home’ directory (i.e. the folder named lovelyhurling.net). In the other half of the window, select (but don’t open) the ‘wordpress’ folder - the one in which you saved your renamed wp-config.php file.
Select this folder and simply drag it files over into the other half of the window, into the folder on your web server.
It’ll take a few moments to upload everything, as you’re uploading about 4.5MB of data to your server (that’s about the size of a regular mp3). When all the files have finished copying to your webspace, you’re nearly there! You can delete the Wordpress files from your hard drive now, although it’s a good idea to keep them saved somewhere in case you need to replace anything later on or re-install the software.
Now you’re almost done - there’s just one last thing to do, and Wordpress makes it very easy for you. Simply launch your browser and go to the address of the folder you put the files into, followed by /wordpress/wp-admin/install.php - so, if you’ve put everything into a folder called ‘blog’, then it’s www.lovelyhurling.net/blog/wordpress/wp-admin/install.php. You should see a screen like this:
Stick in the name for your blog - ‘Lovely Hurling!‘ or something similar - and your email address, and proceed. Once Wordpress has finished formatting your database in the way it likes, you’ll be shown a screen with your new admin password. Take note of this! You can change this password almost immediately, but you won’t be shown it again, so copy and paste the password elsewhere just for a moment.
You should be given a link to log into your new Wordpress installation - so click it, enter the username ‘admin’, and the password that you were given (you can paste this in now). Once you log in, go straight to the ‘Users’ link on the top right hand side, and either set up a new Administrator account for yourself to use, or change the password of the ‘admin’ account from the one that Wordpress gave you, to something more personal and memorable.
Et voila - Wordpress is now installed on your own webspace!
That’s the hardest bit done - you can now click ‘Settings’ and change the title of your blog and give it a description, and change other things like the time zone your blog is set to, and other things.
From here you can also change the exact address you want your blog to appear at - whether you want your blog to appear in what’s called the “home” directory (for example, where the address is just www.lovelyhurling.net without needing anything written after it), or whether you want it to live in a seperate folder (for example, at www.lovelyhurling.net/blog). Go to the Settings menu, and change the Blog Address to wherever you want you blog to be accessed at. Don’t change the Wordpress Address though, as this refers to the folder where your files are being physically stored.
Now that you have the URL decided on, if you have an older blog and want to import the posts from it, just click ‘Manage’ on the main menu, and then ‘Import’. From here it’s quite easy to adopt the posts from any old Blog accounts you might have had - particularly any Wordpress.com accounts you might have had before.
That’s pretty much it - just click ‘Write’ and you can get going with your new posts and spread your word to the world!
STEP 4 - EXTENDING WORDPRESS AND INSTALLING NEW THEMES
Another of Wordpress’s massive strengths is the huge userbase around the world, many of whom are constantly working on new themes and plugins that make Wordpress even more adaptable and customisable. So once Wordpress is up and running, it’s remarkably easy to extend it by installing new plug-ins; for example, you can download programs to help block spam comments on your blog, to help you embed YouTube videos on your entries, or to help you embed a contact form into a page.
Wordpress’s own Plugins page, at http://wordpress.org/extend/plugins/, is a comprehensive list of the various add-ons that you can get for your blog. Installing them is easy too - just download the plug-in (which, like the initial Wordpress download itself, will be in .zip form), unzip it, and transfer the unzipped folder via FTP into the wp-content/plugins/ folder. Once you’ve transferred it over, you can activate the plugin from the Plugins menu (click the link on the top-right of your screen).
The official Wordpress Theme Viewer (http://themes.wordpress.net/) has hundreds of shiny new templates - 1310 at last count! - for you to download in a similar way to plugins. You can also refine searches on the site to show only themes that match your criteria, so if you have a mental image of a great blog with an orange theme and broken down into two columns, you can easily search the site to find what you’re after. Installation is similar to plugins - just download the theme you want, unzip it, and transfer the unzipped folder (again, via FTP) into the wp-content/themes/ folder.
That’s it - I hope you’ve found this walkthrough easy to use and that it gives you a good idea of how relatively easy it is to get hold of your own webspace and to host your own blog. If you have any feedback, queries, suggestions, or questions about this blog, or want to ask specific questions about installing Wordpress, just add on a comment to this post and I’ll do my best to help you out.
You might also subscribe to the RSS feed of this site to receive automatic updates when new posts are written, and you can also use an RSS feed of the comments for this post if you want to keep track of queries that other readers might leave. This entry is also available as a PDF for you to download and print should you want to do so.
Investing in my own webspace is probably the best investment I’ve ever made - so give it a try, and you’ll see just how liberating it can be to stand on your own two cyberfeet. ![]()
35 Responses to “ A beginner’s guide to installing Wordpress on your own domain ”
Comments:
Leave a Reply
Trackbacks & Pingbacks:
-
Pingback from Red Links 23/07/08 : Alexia Golez
July 23rd, 2008 at 5:12 am[...] has an excellent tutorial for Wordpress newbies that want to install a self-host setup. Very good [...]
-
Pingback from An explanation upon my return… » Every Day is Election Day
July 25th, 2008 at 4:01 pm[...] which have been steadily increasing for the past few weeks, even before Gav’s insanely amazing Wordpress post (On that, ain’t he something? He’s so good, thanks for all the nice comments, he’s buzzing [...]
-
Pingback from Damien Mulley » Blog Archive » Gav’s Guide to installing Wordpress
July 28th, 2008 at 9:27 am[...] or email. Thanks for visiting - Damien.Deserves a post all by itself. Nice guide from Gavin on installing Wordpress on your own site. Only slightly technical abilities are needed. Digg it! | Reddit | Del.icio.us | Stumble [...]
-
Pingback from If you want something done… » Blog Archive » Welcome to the new blog
August 18th, 2008 at 2:50 pm[...] you want to install WordPress for yourself, you might like to follow this tutorial which really helped me a [...]







July 22nd, 2008 at 1:56 pm
WOW! What a fantastic resource - fair play to you. Brilliant
July 22nd, 2008 at 1:57 pm
@Darragh - thanks! In fairness, you did set the standard as walkthroughs go!
July 22nd, 2008 at 2:01 pm
Great resource for newbies!
July 22nd, 2008 at 2:08 pm
/is proud.
July 22nd, 2008 at 2:17 pm
Oh my God Gav, I swear you’re psychic! What an awesome, mammoth post, well done.
I was just looking around today to see who we should host with, and how I’d go about moving it all over and where to look for nice themes, and what about plug-ins and would I be able to do it all myself and… well you pretty much got it all covered, thanks so much!
PS Thanks for the link
July 22nd, 2008 at 2:19 pm
@Alexia and @Ciara - thank you both!
@Nathalie - not at all, I figured it would be people like yourself or Darragh that would benefit most from something like it! I actually found your current theme elsewhere before (clicky here!), and it really wouldn’t be very difficult at all to export everything over and back.
If you need any help just gimme a shout anyway.
July 22nd, 2008 at 2:39 pm
PS
Quick question - how easy is it to set it up so that the original wordpress.com blog redirects to the new address? And will people who subscribe have to it again?
Sorry and thanks!
July 22nd, 2008 at 2:46 pm
@Nathalie:
Unfortunately Wordpress.com doesn’t offer an automatic way to do either at the minute; the common practice when you’re migrating is to run your export from Wordpress.com, import it to your new server, and post one final update on the old blog saying “We’re moving, find us at (wherever)”.
If you think it appropriate you can delete every post but your final one; realistically it won’t matter very much if your content is still on the old site because if you’re searching on Google for ‘Casa Casey Courtney’, say, then if your domain name is casacaseycourtney.com, you’re pretty much guaranteed to have the own-server entry coming before the Wordpress.com version.
It’s an inconvenience, no doubt, but don’t forget that if you publicise a feed operating through FeedBurner, as opposed to the one supplied by your Wordpress, then you can just edit this one without having to change its address.
July 22nd, 2008 at 2:56 pm
Muchas gracias
I’ll have a family conference with the Eoghan tonight and get the ball rolling
Thanks again,
X
July 22nd, 2008 at 3:23 pm
Brilliant tutorial - well done!
July 22nd, 2008 at 3:24 pm
Disclaimer on the part of Stephen McCarron - he’s the MD of Hosting365…
Thanks for the kind words though, Stephen, much appreciated!
July 22nd, 2008 at 8:10 pm
I pretty much plan to do this if ever my blog is popular enough to warrant it. You win at comprehensive!
July 23rd, 2008 at 10:51 am
A my father used to say; there is eating and drinking in this post!
Well done.
July 23rd, 2008 at 12:37 pm
Excellent tutorial Gav, I just wish I’d found it a month or two ago! Feel like I had to reinvent the wheel…
Nice one.
July 24th, 2008 at 8:35 am
Nice tutorial! Full, clear and really useful for newbies.
July 28th, 2008 at 11:04 am
Crikey, what a walk through. You should talk to the guys at the WordPress Codex (http://codex.wordpress.org/) about either including some of this material or linking from one of the “how to install” pages.
Any help with documentation is always welcome!
July 28th, 2008 at 11:49 am
*crys*
If only you had published this a month ago!
One point to note - there seem to be permissions issues when uploading data from an old blog to the new version of wordpress (2.6). To get around this, you need to set all permissions on the /uploads folder to 777.
I say this, because it took me about a week to manage it
July 28th, 2008 at 2:19 pm
Thanks to Shin, Grannymar, Debbie and Maxigame!
@Donnacha - I’ll definitely get onto that if you think it’s worth doing; tbh I thought the Codex did a fairly good job but wasn’t very intuitive when it came to creating the MySQL databases and that was all I wanted to cover. I’ll follow your advice though; I reckon you might know a thing or two in that regard!…
@Neil - I wasn’t aware of those issues actually but I’ll see about putting a little bit about permissions into the main post.
August 9th, 2008 at 10:49 pm
Hi! ermm can i use wordpress with my own web design? or does it have some requirements?
August 10th, 2008 at 11:23 am
@Panicos - Wordpress runs on downloadable themes that you install into the wp-content/themes directory.
If you want to use an existing design, you could try to hotlink a new directory inside /themes/ to wherever your current .css file is; or you might like to try and duplicate the .css file from your main template and put it into a new folder.
Be aware, though, that most new versions of Wordpress require a full Wordpress-friendly format theme to work properly, so sadly you’ll probably need to find a similar template to that of your website, and then if you can, you can amend some colours, etc, to suit your theme.
What you may wish to contemplate is having Wordpress installed in another directory and embedding its outputted RSS feed into another page on your website. That way you can have the content appear inside your existing website’s template, but you’ll have to sacrifice the ability to take comments, among other things.
August 13th, 2008 at 2:06 pm
Great tutorial! Thanks for the help
I am unable to edit my theme in the Theme Editor, it says I need to make the file writeable, but I already have done so in FileZilla. Is there any tutorial that can help me sort this out?
August 13th, 2008 at 2:25 pm
@ Eva - there are a couple of reasons why FileZilla may not have made the file writable, but first of all you need to be sure that you’ve performed the correct operation within FileZilla.
In FileZilla, open up the wp-content/themes folder and right-click on the folder containing your theme of choice. Choose properties and make sure that:
1) the file permissions are marked as ‘777′
2) that you apply these changes ‘recursive’, i.e. that you apply the same permissions to every file within that folder.
This should enable your Wordpress installation to amend the files in your theme as appropriate. Just be sure that once you are happy with the changes you have made, that you set the permissions for the folder back to ‘755′, so that they cannot be accessed by any unauthorised users.
This should take care of your problem - if you’d like to learn more about File Permissions and how they work, you can read a great piece on the Wordpress Codex at http://codex.wordpress.org/Hardening_WordPress#File_permissions.
Hope this helps, feel free to comment any more problems!
August 13th, 2008 at 2:36 pm
Thank you very much, that actually took care of everything
Thanks a lot for the very quick feedback!
August 17th, 2008 at 5:49 pm
Thx for the tut!
But I have a problem and I have no clue what I’m doing wrong.
I created the wp-config.php file changed all necessary lines, but now when I’m trying to continue with the Installation the browser is not able to open the install.php file, he finds it but he only shows a clean white site. Perhabs you know what im doin wrong. Thanks
August 19th, 2008 at 9:49 pm
Are there any variations that i will need to know in order to install on/with mac os10?
August 20th, 2008 at 9:18 am
@ n0rk - this seems to be a common enough problem at the best of times; the safest thing to do is to do another upload of the Wordpress software altogether - i.e.
1) Download latest.zip again
2) Unzip it
3) Upload all the files into the same directory as the current files
4) Make sure you allow your FTP program to overwrite all of the current files.
Often FTP programs will have small blips and miss one file in uploading, and this can result in your blank screen.
If THIS isn’t working then make sure that the details in your wp-config.php file are correct - it might be worth deleting your database and creating a new one with the same name - and make sure all of the file permissions (see the reply to Eva above) are set to 777 for when you’re trying to install.
@ rog - not at all; you’ll just need to make sure that you get an FTP program that works on the Mac. Try download.com and see if you can get an FTP client that works on your OS - after that, it’s exactly the same process.
August 24th, 2008 at 3:05 pm
Thank you so much! I can’t tell you how helpful this was - so many of the ‘explanations’ I find online still seem to require a PHD in computer Science.
Having said that I seem to have stalled at the final and ironically ‘easiest’ step of the install! I’ve downloaded all the files onto the server but cannot seem to get the correct file path when I try to enter it into the web brower. Have you any suggestions at all? I’m not sure if I’ve saved it in the wrong place? It is in the home folder on the server.
thanks!
Sarah
August 25th, 2008 at 8:19 am
hi. how do i embed my blog in my webpage? you see, i want to retain my website look which is a two column and one header style. the other column is for the blog. how do i put it there?
August 25th, 2008 at 9:22 am
@ Sarah - there’s only a couple of things that can really cause this: in your FTP program, what address does it give for the folder you’ve installed Wordpress in? It shouldn’t be TOO difficult to work it out from this. Remember, if the folder for your domain has a ‘public_html’ folder inside it by default, you need to put your content into that folder for it to appear publically accessible. If you like you can email me about this - my address is gav (at) gavreilly (dot) com.
@ Kami - that depends on what CMS you’re using for your website at present. If you use Mambo or Joomla, there are Wordpress components you can download that basically integrate into your existing setup. If not, you might want to install Wordpress in a subdirectory to your main website, and customise your current website so that the RSS feed of your blog entries appears on the right-hand-side of your page, which shouldn’t be too difficult to set up.
August 27th, 2008 at 8:41 am
Great tutorial! I found one mistake though, take a look at this part:
“Simply launch your browser and go to the address of the folder you put the files into, followed by /wordpress/wp-admin/install.php - so, if you’ve put everything into a folder called ‘blog’, then it’s http://www.lovelyhurling.com/wordpress/wp-admin/install.php.”
Shouldn’t it be:
“…into a folder called ‘blog’, then it’s http://www.lovelyhurling.com/BLOG/wp-admin/install.php“
August 27th, 2008 at 9:11 am
@ ZuperZed - Well spotted, thanks for that!