repository 서버 구축 썸네일형 리스트형 [WIP] CentOS 8에서 Yum Repository 서버를 구축하는 방법 CentOS 8에서 Yum Repository 서버를 구축하는 방법테스트 환경운영체제 정보$ cat /etc/redhat-releaseCentOS Linux release 8.4.2105Repository 서버 구축epel 패키지 설치yum install -y epel-releasecreaterepo 패키지 설치yum install -y yum-utils createrepo웹 서버(apache) 패키지 설치yum install -y httpd mod_ssl리포지토리 디렉터리 만들기(yum 저장소)mkdir -p /apps/repo_root/repomkdir -p /apps/repo_root/repo/centos/7/{extras,isos,os,updates}mkdir -p /apps/repo_root/r.. 더보기 이전 1 다음