APM1 Ubuntu - APM 설치 방법 APM을 설치하기 전에 Ubuntu의 apt 패키지 목록을 업데이트 해준다. # apt update 1. Apache 설치 # apt install apache2 설치 후 자신의 아이피로 웹 접속을 하면 아래의 화면이 뜬다.(아파치 설치 성공!!) 2. Mariadb 설치 # apt install mariadb-server 2.1 DB설정 # mysql_secure_installation -> Enter current password for root (enter for none): -> 루트 비번 없으므로 ( Enter ) -> Set root password? [Y/n] -> Y 루트 비밀번호 설정하기 -> Remove anonymous users? [Y/n] -> Y -> Disallow root l.. 2021. 11. 19. 이전 1 다음