[KOR] 주분투(우분투에 Xfce를 입힌 OS, 뿌리는 같다)를 서버용으로 사용할 작정으로 설치하였기 때문에, APM의 설치가 필수적이었습니다. 이번 포스트에서는, 흔히 APM이라고 부르는 서버계의 삼총사(Apache, PHP, MySQL)를 주분투에 설치하는 방법을 공유하겠습니다. 처음 서버를 관리하시는 분들에게는 필수적인 과정이죠.
[ENG] I am using Xubuntu(Variation of Ubuntu) for Server management. So it's necessary to install APM(Apache + PHP + MySQL) on System. In this post, I am planning to share the way to install APM on Xubuntu(Ubuntu). This is a necessary step for Rookie Server Managers.
[KOR] 아직 우분투에 APM 비스무리한 것도 설치되지 않았다는 가정 하에, 딱 커맨드 세 줄이면 설치가 끝납니다. 앞선 포스트에서 다루었던 저장소 위치 변경이 적용되어 있다면 눈 깜짝할 사이에 설치가 끝날테니 눈 번쩍 뜨고 보시길.
[ENG] If you have not installed any other APM-like packages, all you need is these three lines below. If you had applied changes of repository(recent post), this process will only needs 1 sec.
2014/01/17 - [Linux/Ubuntu] - 우분투 저장소(repository) 변경을 통한 속도 향상 [How to change Ubuntu repository]
커맨드 [Command]:
#sudo apt-get install apache2
#sudo apt-get install php5 php5-gd php5-mysql
#sudo apt-get install mysql-server mysql-client
[KOR] 끝났습니다. 쉽죠?
[ENG] It's done. Super-easy. Isn't it?