Setting Up WordPress On Your PC Using EasyPHP

WordPress

Photo by cinefilo

In my first article on Setting Up WordPress On Your PC Using XAMPP, I talked about how to install and start using the freely available xampplite to run WordPress on your local PC’s hard drive. In this article I’ll quickly walk through setting up another popular package of software that will do the same thing - EasyPHP.

Initially, when I first discovered how to run WordPress on my PC, I started using EasyPHP, but I had switched to xampplite for a while to see how that felt. After working with both I have to say that EasyPHP runs a bit faster than xampplite. There seems to be a bit of delay with every task, when I’m working with xampplite. It’s a bit slower and annoying enough to make me want to spend most of my time using EasyPHP.

You can get the last version of EasyPHP from SourceForge.net. Download it here. The version I have is EasyPHP2.0b1.

EasyPHP has a Windows install program. By default, you install it in C:\Program Files\EasyPHP2.0b1. There is a subdirectory that you install WordPress in - C:\Program Files\EasyPHP2.0b1\www.

I extract WordPress into that folder so it’s files and folders are actually in the root of C:\Program Files\EasyPHP2.0b1\www. Some folks extract the files to C:\Program Files\EasyPHP2.0b1\www\wordpress.

The difference between the two is when you go to run WordPress locally you’ll type in http://localhost for the way I use it and if it’s in the wordpress folder you’d browse to http://localhost/wordpress. For now, I only use EasyPHP for running a local version of WordPress so I’ll stick with my current setup. See screen shot below:

EasyPHP Files and Folders

Here’s the lowdown and I’ll use my setup as an example. Some of this is the same as my first post about setting up WordPress locally:

  1. Download EasyPHP2.0b1 from here.
  2. Run the setup and install and accept all the defaults if they apply to you. It gets installed here for Windows XP - C:\Program Files\EasyPHP2.0b1
  3. EasyPHP will put an icon in your Windows XP Taskbar. It should start the necessary services automatically - Apache web server and MySql database.
  4. Right-click on the EasyPHP icon in the Taskbar and select Administration. Feel free to select any other menu choices if you’d like to see what they do or don’t do. But for now we need to create a database.
  5. When your browser loads the Administration page, click on MySql Manager.
  6. On the following page create the database wordpress, select the collation shown in the image below and click on the “Create” button. After the database is created you can close that browser window.

    Create The WordPress DatabaseClick image for larger view

  7. Download WordPress from here.
  8. Extract WordPress here C:\Program Files\EasyPHP2.0b1\www. Note: Again, I make sure the files and folders are right under the www folder and not the …www\wordpress folder. But you can certianly do that if you want.
  9. Copy the file C:\Program Files\EasyPHP 2.0b1\www\wp-config-sample.php to C:\Program Files\EasyPHP 2.0b1\www\wp-config.php
  10. Edit wp-config.php and change the DB_NAME to ‘wordpress’, the DB_USER to ‘root’ and clear the DB_PASSWORD to ”. Save it. The wp-config.php file should look like this:

    Configure WordPress

  11. Run http://localhost
  12. At this point if everything is groovy, you’ll see the WordPress Welcome screen.
  13. Provide the title of the blog. For this example I’ll use My WordPress Blog.
  14. Provde your email address and uncheck the “Allow my blog to appear…” since we’re running this locally on our PCs and click Install WordPress.
  15. Again, if everything worked correctly you’ll see a success page.
  16. Write down the password that was generated along with the admin login. Click the Login link and you’ll be taken to the WordPress login page.

At this point you can now work with WordPress locally on your PC.

[techtags: EasyPHP, WordPress, Apache, MySql]


If you liked this article, consider one of the following actions as a sign of a appreciation. Thanks!!

AddThis Social Bookmark Button



Related Posts

Tags


One Very Welcome Comment

  1. Learning How To Write A WordPress Theme | Learn Technology Online wrote:

    [...] Setting Up WordPress On Your PC Using EasyPHP [...]



Join In The Fun, Leave A Comment!