Perfect π Since you’re on Windows, let’s keep it simple and stick with XAMPP + WordPress. Here’s a clear step-by-step:
π₯️ Step 1: Install XAMPP
-
Go to π https://www.apachefriends.org/download.html
-
Download the latest XAMPP for Windows.
-
Run the installer → choose default settings (installation path will be
C:\xampp
). -
After install, open XAMPP Control Panel → click Start for:
-
Apache
-
MySQL
-
(They should turn green ✅)
π️ Step 2: Create a Database
-
Open your browser → http://localhost/phpmyadmin/.
-
Click Databases tab.
-
Type a database name (e.g.,
wordpress_db
) → click Create.
π Step 3: Download WordPress
-
Download from π https://wordpress.org/download/.
-
Extract the ZIP file.
-
Copy the wordpress folder to:
C:\xampp\htdocs\
(you can rename it, e.g.,
mywordpress
)
π Step 4: Run WordPress Installer
-
In browser, go to:
http://localhost/wordpress
or (if renamed):
http://localhost/mywordpress
-
Select language → click Continue.
-
Enter database info:
-
Database Name:
wordpress_db
-
Username:
root
-
Password: (leave blank)
-
Host:
localhost
-
Table Prefix:
wp_
-
-
Click Submit → Run the installation.
π€ Step 5: Set Up Admin
-
Fill in:
-
Site Title
-
Username (e.g.,
admin
) -
Password
-
Email
-
-
Click Install WordPress.
-
Once done → log in at:
http://localhost/wordpress/wp-admin
Use your username + password.
π Done! WordPress is now running locally on your Windows machine. You can install themes, plugins, or even build your own.
π Do you want me to also show you how to set up multiple WordPress sites inside the same XAMPP (so you can test many projects)?
No comments:
Post a Comment