createrepo 썸네일형 리스트형 CentOS 8에서 Yum Repository 서버를 구축하는 방법 CentOS 8에서 Yum Repository 서버를 구축하는 방법 테스트 환경 $ cat /etc/redhat-release CentOS Linux release 8.4.2105 Repository 서버 구축 epel 패키지 설치 yum install -y epel-release createrepo 패키지 설치 yum install -y yum-utils createrepo 웹 서버(apache) 패키지 설치 yum install -y httpd mod_ssl 리포지토리 디렉터리 만들기(yum 저장소) mkdir -p /apps/repo_root/repo mkdir -p /apps/repo_root/repo/centos/7/{extras,isos,os,updates} mkdir -p /apps/repo.. 더보기 CentOS Yum Repository 서버를 구축하는 방법 CentOS Yum Repository 서버를 구축하는 방법 CentOS Yum Repository 서버를 구축하는 것은 패키지 관리와 시스템 업데이트를 위해 중요한 작업입니다. 웹 서버 설치 (Apache HTTPD 예시) Yum Repository를 호스팅하기 위해 웹 서버를 설치합니다. 아파치 웹 서버를 설치하는 방법은 다음과 같습니다. repository 구축을 위한 필수 패키지 다운로드 createrepo 설치 yum install -y createrepo yum-utils Yum Repository 디렉터리 구조 설계 cd /app/repo_root/reop $ tree -L 5 . └── repo ├── centos │ ├── 7 -> 7.9.2009 │ ├── 7.9.2009 │ │ ├──.. 더보기 YUM Local Repository를 구성하는 방법 YUM Local Repository를 구성하는 방법YUM(Yellowdog Updater Modified)은 CentOS 및 RHEL 계열 Linux에서 패키지 설치 및 업데이트를 관리하는 패키지 관리 도구이다. 인터넷이 연결되지 않은 환경이나 내부망 환경에서는 Local Repository(로컬 저장소)를 구축하여 패키지를 관리할 수 있다. Local Repository를 구성하면 다음과 같은 장점이 있다.인터넷 없이 패키지 설치 가능내부망 서버의 패키지 관리 통합패키지 배포 속도 향상보안 환경(폐쇄망)에서 패키지 관리 가능테스트 환경운영체제 정보 : CentOS 6.xRepository Source : CentOS DVD ISORepository 경로 : /DATA/repo1. Local Repos.. 더보기 이전 1 다음