IT/Ubuntu
우분투 lamp설치(한번에 PHP,MYSQL,APACHE설치)
smartlittlepuppy
2021. 3. 17. 16:24
반응형
Install ubuntu on VMWARE first.
sudo apt-get update
* APACHE, PHP, MYSQL INSTALL at the same time.
sudo apt-get -y install lamp-server^
* Confirming if the apache is working now.
systemctl status apache2
* Confirming if the ysql is working now.
systemctl status mysql
그리고나서, phpmyadmin설치한다. 그리고 파일질라서버단과 클라이언트단 설치한다.
반응형