This is a web-based dashboard for Wampoon: the portable stack for running Apache, MySQL, and PHP stack locally. This dashboard provides a centralized interface to manage and monitor your local development environment.
- Quick Links: Automatically generates links to all projects in your
htdocsdirectory. - System Information: Displays versions of Apache, MySQL, PHP.
- Navigation: Easy access to phpMyAdmin and PHP configuration.
The dashboard automatically detects your environment and configures itself:
- htdocs Path: Automatically determined based on installation location
- Server Hostname: Defaults to
http://localhost - Apache Port: Configurable in
includes/config.php(default: 80)
Prerequisites: PHP 8.4+ and a web server (Apache or PHP's built-in server)
1. Quick Setup:
# Fork the repository on GitHub, then clone your fork
git clone https://github.com/your-username/wampoon-dashboard.git
cd wampoon-dashboard
-
Start Apache using WampoonControl
-
Access the dashboard through your web browser:
localhost/wampoon-dashboard/
- Create a new branch for your feature or bugfix
- Make your changes and test thoroughly
- Ensure your code follows the existing style and conventions
- Submit a pull request with a clear description of your changes
- Bug fixes and improvements
- New features for WAMP server management
- UI/UX enhancements
- Documentation improvements
- Performance optimizations
If you encounter any bugs or have feature requests, please report them on the project's GitHub repository
When reporting issues, please include:
- Your operating system and version.
- Wampoon version information.
- Steps to reproduce the issue.
- Expected vs actual behavior.
- Any error messages or screenshots.
This project is licensed under the MIT license.