APM 자동 설치
2021. 6. 28. 10:38
🚦 Server/AWS
$ apt-get upgrade $ apt-get update $ apt-get install sudo $ apt-get install upgrade $ apt-get install g++ $ sudo apt-get -y install lamp-server^ $ sudo apt install systemd mysql 경우 워크벤치라는 GUI의 관리 툴이 있는데 같이 설치 되면서 자동 설치가 된다. 아파치나 php는 원하는 위치에 압축 풀면 사용할 수 있다. 물론 몇개의 설정파일을 수정해야 한다. $ systemctl restart apache2 $ systemctl enable apache2 $ systemctl status apache2 restart : 이상이 있거나, 설치 직후 enable : 서버..