Centos 8 APM(VirtualHosting 설정)

* 이 글은 기존 글 Centos 7 APM(VirtualHosting 설정) 을 기반으로 8버전으로 작성 최초 설치 단계에서 패키지 선택 시 서버 -> 웹서버 선택 후 설치 완료 (php, perl, python, mariadb 등 관련 패키지 선택) 패키지 최신버전 업데이트 yum update (설치시 “centos Continue reading Centos 8 APM(VirtualHosting 설정)

Centos 7 APM(VirtualHosting 설정)

최초 설치 단계에서 패키지 선택시 웹서버로 들어가 필요한 패키지 선택 후 설치 완료. (php, perl, python, mariadb 등 관련 패키지 선택) 패키지 최신버전 업데이트 yum update MariaDB 설치 yum install mariadb-server php-mysql 시간동기화 서비스 등록 및 구동 vi /etc/ntp.conf (타임서버주소 Continue reading Centos 7 APM(VirtualHosting 설정)

Centos 6.4 최소 설치 후 setup 툴 및 apm과 tomcat 설치하기

setup 툴 설치 Centos 6.4 최소 설치 후에는 cli환경의 setup 툴도 설치가 안되어 있어서 불편한 점이 있다. 아래의 명령으로 설치하여 setup 프로그램을 사용할 수 있다. yum install -y setuptool yum install -y system-config-services system-config-securitylevel-tui system-config-network-tui yum install -y ntsysv 일반 Continue reading Centos 6.4 최소 설치 후 setup 툴 및 apm과 tomcat 설치하기