-
WAMP 설치PHP 웹 페이지 만들기 2022. 10. 17. 14:53
💡 Bitnami 이용해 한번에 Apache PHP MariaDB 설치하기
https://bitnami.com/stack/wamp
WAMP Cloud Hosting, WAMP Installer, Docker Container and VM
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. WAMP packaged by Bitnami provides a complete
bitnami.com
💡 Apache Check
작성해서 htdocs에 저장
<?php phpinfo(); ?>
웹 브라우저에서 확인
💡 DB Check
WAMP packaged by Bitnami 8.1.11-0 실행
-> Open phpMyAdmin 실행
Bitnami 설치때 설정했던 암호 작성
사용자명은 기본으로 root
해당 파일이 있는 곳의 경로를 붙인다
💡 php 사용시 있으면 좋은것
1. Xdebug installation wizard 클릭
2. 아래 내용 복사 -> 붙이기 -> Analyse my phpinfo() output
3. 똑같이 하기
4. apache restart
'PHP 웹 페이지 만들기' 카테고리의 다른 글
[PHP] 기초 (0) 2022.10.18 PHP 문법 (0) 2022.10.17 APM 직접 설치하기 - PHP (0) 2022.10.17 APM 직접 설치하기 - Apache (0) 2022.10.17 PHP는 무엇일까? (0) 2022.10.14