Installing Wordpress using Coda
This being my first site I’ve set up from top to bottom I wasn’t able to find an install guide for Wordpress using the coda IDE for Mac OS X, so i figured I would write one. To follow this tutorial you will need a full/trial version of coda, the latest Wordpress CMS release, a web server up and running(remote or local). If you’re running a local web server make sure it has all the requirements installed to use Wordpress. That’s it, let’s start it up…
1. The first step is to install Wordpress, if this isn’t done then go ahead and install Wordpress now(a tutorial will be coming on how to do this a bit later
).
2. With coda, create a new site… To do this click on the site’s icon in the menu bar and click “Add Site”).
3. Once you have done that and filled out all the information that coda requires to set up your site within the site’s area, you should now see a preview of your site within the site’s area of coda.
4. Double click on your site and it should connect to the web server and display your web server’s file system. It should look something like the picture below(may not be exact depending on your web server’s specifications).

5. Once you can view your site then you should see the root folder /www/ in your server’s root directory. This is where you will be installing Wordpress. Drag the Wordpress folder you downloaded into the /www/ folder. With coda you can directly drag the folder over from your desktop. Once that’s finished you should see a folder in the root of your directory called “Wordpress” or whatever the name of your Wordpress folder was.
6. Rename the Wordpress folder to “blog” or whatever you want the Wordpress CMS to be a part of.

7. Once you have it renamed you should see a bunch of php/css files inside your now renamed Wordpress folder.
8. Wordpress should now be installed for your site. You can access it by going to http://www.your-url.com/blog/. And if you want to make changed as the administrator then access the admin panel by going to your-url/blog/wp-admin/.
That’s it, you can now take advantage of the power of the Wordpress CMS. In a later tutorial i’ll explain how to install and use the JQuery framework within your Wordpress theme.
Cheers

Recent Comments