Installation and Setup
Welcome to Wampoon! This guide will help you get started with the Wampoon local development stack.
What is Wampoon?
Section titled “What is Wampoon?”Wampoon is a complete, fully portable local development environment for Windows that bundles Apache, MariaDB, and PHP (along with essential tools like phpMyAdmin, Composer, and Xdebug) into a single, easy-to-use package. It’s designed to get you up and running with web development quickly, without complex configuration or system-wide installations.
Installing Wampoon
Section titled “Installing Wampoon”Depending on your preference, Wampoon can be installed in two different ways, either using the Wampoon Installer or the Wampoon Portable Bundle.
1. Using the Wampoon Installer
Section titled “1. Using the Wampoon Installer”This option provides a guided setup process.
- Download the latest installer archive at:
Wampoon-Installer.zip
- Extract the contents of the ZIP file to a local folder.
- Run
Wampoon-Installer.exeto launch the installer and follow the instructions.
2. Using the Wampoon Portable Bundle (Recommended)
Section titled “2. Using the Wampoon Portable Bundle (Recommended)”This is the recommended option for most users as it was tested and works out of the box on all Windows versions.
This option gives you a preconfigured, portable Wampoon environment that runs without installation.
Install instructions:
- Download the portable archive from the Wampoon GitHub Releases page at:
Wampoon-portable-1.0.0.zip
- Extract the contents of the ZIP file to a local folder.
- That’s it! You can now run
WampoonControl.exeto start Wampoon’s control panel.
The portable bundle comes preconfigured with the following components:
- Apache HTTP Server — 2.4.65.0
- MariaDB Server — 11.8.3.0
- PHP Runtime — 8.4.10.0
- phpMyAdmin — 5.2.2.0
- wampoon-dashboard — latest
- Wampoon Control Panel — latest
- Xdebug — 3.4.5.0
- Composer — 2.8.10.0
- Microsoft Visual C++ Runtime — 14.0.0.0
- browscap — latest
Verifying Your Installation
Section titled “Verifying Your Installation”After installing Wampoon, follow these steps to verify everything is working correctly:
-
Launch the Control Panel:
- Run
WampoonControl.exefrom your Wampoon installation folder - The control panel window should open without errors
- Run
-
Start Services:
- In the control panel, start Apache and MariaDB services
- Both services should show a “Running” status (usually indicated by a green icon)
-
Test Apache:
- Open your web browser and navigate to
http://localhost - You should see the Wampoon Dashboard welcome page
- Open your web browser and navigate to
-
Access the Wampoon Dashboard:
- The dashboard provides quick links to phpMyAdmin and PHP info
- Navigate to
http://localhostto access the dashboard - Click on the phpMyAdmin link to verify database access
- Click on the PHP Info link to verify PHP configuration and extensions
If all these steps complete successfully, your Wampoon installation is ready to use!
Next Steps
Section titled “Next Steps”Wampoon is now ready to use! Check out the Usage Guide to learn how to create projects, configure PHP, manage databases, and set up virtual hosts.
If you encounter any issues, see the Troubleshooting Guide for help.