===== XAMPP ===== ==== 설치 ==== - [[http://www.apachefriends.org/en/xampp-windows.html|다운로드]] - setup_xampp.bat 실행 * cmd 창에서 명령어로 실행해야 됨 ==== 설정 ==== * Aapache 설정 * xampp\apache\conf\httpd.conf Line 183: DocumentRoot "/이클립스 Workspace 위치/프로젝트 위치로 변경" Line 210: 예) DocumentRoot "Z:/adminschool/eclipse/adminschool/temp/study" * PHP 설정 * xampp\php\php.ini Line 1976: 주석 제거 zend_extension = "Z:\adminschool\xampp-win32-1.7.4-VC6\xampp\php\ext\php_xdebug.dll" Line 2147: 주석 제거 및 수정 xdebug.remote_enable = true Line 2160: 주석 제거 xdebug.remote_host = "localhost" Line 2185: 주석 제거 xdebug.remote_port = 9000 * Mysql 설정 * sampp\mysql\bin\my.ini