CentOS 6.4 Minimal 설치
1. 업데이트 및 주요 유틸리티 설치
[root@localhost ~] # yum -y update [root@localhost ~] # |
2. Selinux & 방화벽 비활성화
[root@localhost ~] # vi /etc/selinux/config [root@localhost ~] # |
3. APM(Apache, PHP, Mysql) 설치
[root@localhost ~] # yum -y install httpd php mysql mysql-server php-mysql [root@localhost ~] # |
4. 라이브러리 설치
[root@localhost ~] # yum -y install zlib zlib-devel freetype freetype-devel freetype-utils gd gd-devel libjpeg libjpeg-devel libpng libpng-devel php-gd php-xml php-mbstring |
5. 서비스 시작
[root@localhost ~] # service httpd restart; service mysqld restart |
6. RHEL Repository 추가
[root@localhost ~] # cd /usr/src |
7. php-mcrypt 외 설치
[root@localhost ~] # yum -y install libmcrypt libmcrypt-devel php-mcrypt [root@localhost ~] # |
참조 : http://www.rackspace.com/knowledge_center/article/installing-rhel-epel-repo-on-centos-5x-or-6x
8. ntsysv 설정
'Linux' 카테고리의 다른 글
linux iptables 적용방법 (0) | 2015.06.16 |
---|---|
리눅스 프로세스 종료 방법 (0) | 2015.06.16 |
linux iptables start, stop (0) | 2015.06.14 |
리눅스 CPU (32bit,64bit 확인 법) (0) | 2015.06.14 |
[존더리퍼] John the Ripper를 이용하여 패스워드 크랙하기 (0) | 2014.03.11 |