반응형
https://www.apachefriends.org/index.html
XAMPP 제어판 구동 > Manage Servers > MySQL Database와 Apache Web Server를 Start >
http://localhost로 접속 확인 후 PHPinfo
$ vi ~/.bash_profile
$ export PATH=$PATH:/Applications/XAMPP/bin
$ . ~/.bash_profile
$ php -v
$ cd /Applications/XAMPP/xamppfiles/htdocs
$ vi hello.php
HelloWorld
http://localhost/hello.php로 접속 후 확인
반응형
'MAC OS X' 카테고리의 다른 글
mac os x11 (0) | 2021.08.18 |
---|---|
zsh (0) | 2021.08.13 |
Homebrew 설치 (0) | 2021.08.13 |
자주 사용하는 프로그램 (0) | 2021.08.13 |
[MAC] How to install FTP client on Mac (0) | 2018.01.19 |
최근댓글