Install WordPress on IIS 7

 
 
  • Gérald Barré

After a few failed attempts to install WordPress with the Microsoft Web Platform Installer, I decided to install it manually. Here are the steps:

  1. Download and install MySQL
  2. Open the MySQL Command Line client
  3. Add a new user: CREATE USER user IDENTIFIED BY PassW0rd;
  4. Create a new database: CREATE DATABASE wordpress;
  5. Grant rights to the user: GRANT ALL ON wordpress.* TO user@'localhost';
  6. Download WordPress
  7. Extract the archive
  8. Create a new site in IIS, setting the site root to the folder where you extracted the archive
  9. Grant read permission on the root folder and write permission on the wp-content folder to the site's anonymous user (by default IUSR)

You can now access your website and follow the configuration steps.

Do you have a question or a suggestion about this post? Contact me!

Follow me:
Enjoy this blog?