Commit Graph

1 Commits

Author SHA1 Message Date
Developer 74467bc49e Add comprehensive detection troubleshooting guide
DOCUMENTATION:
- DETECTION_TROUBLESHOOTING.md: Complete troubleshooting guide
- How detection works step-by-step
- Common issues on AlmaLinux, CentOS, Ubuntu, Debian
- OS-specific solutions and file paths
- Diagnostic commands and usage examples

COVERS:
- Quick start: How to check what was detected
- Specific issues: Apache, MySQL, Nginx, Firewall not detected
- Silent detection problems (cache-related)
- Advanced debugging and manual testing
- How to report detection issues

QUICK REFERENCE:
  bash launcher.sh --detect-only     # Check what was detected
  bash test-detection.sh              # Full diagnostic
  bash test-detection.sh verbose      # Detailed diagnostic
2026-03-20 01:45:02 -04:00