웹서버는 작동하는가? >netstat -ant | grep 80 데이터베이스는 작동하는가? >netstat -ant | grep 3306 데이터베이스 설치 sudo apt update sudo apt-get -y install mariadb-server systemctl start mariadb mysql -u root -p(실행x) 초기화 실행 mysql_secure_installation #APM설치 sudo apt-get -y install php-mysql sudo