설치

· Docker
설치 환경CentOS7 Version과 CentOS8 Version 설치 시 차이가 존재. 7번전에는 yum 명령어를 통해 Docker Package가 검색 되지만, 8버전은 되지 않음.참고 링크 주소CentOS7 : https://docs.docker.com/engine/install/centos/#prerequisites Install Docker Engine on CentOSLearn how to install Docker Engine on CentOS. These instructions cover the different installation methods, how to uninstall, and next steps.docs.docker.comCentOS8 : https://reddb.tisto..
· WEB/Nginx
설치 환경 SW 버 전 Ubuntu 22.0.4LTS Nginx 1.25.1 설치 요구사항 OS 라이브러리 설치 $ apt-get install -y gcc $ apt-get install -y g++ $ apt-get install -y libssl-dev $ apt-get install -y lynx $ apt-get install -y make $ apt-get install -y libexpat1-dev $ apt-get install -y zlib1g-dev Nginx 설치 Nginx 파일 다운 후 압축해제, nginx-1.25.1 디렉토리가 ${NGINX_HOME} 디렉토리가 된다. $ http://nginx.org/download/nginx-1.25.1.tar.gz $ tar -zxvf ng..
· WEB/Apache
1. 설치 환경SW버  전Ubuntu22.0.4LTSApache2.4.572. 설치 요구사항2.1. OS 라이브러리 설치$ apt-get install -y gcc$ apt-get install -y g++$ apt-get install -y libssl-dev$ apt-get install -y lynx$ apt-get install -y make$ apt-get install -y libexpat1-dev$ apt-get install -y zlib1g-dev3. Apache 설치httpd 파일 다운로드 후 압축해제,  httpd-2.4.57 디렉터리가 설치하는 동안 Apache 홈 디렉터리가 된다.Apache 구 버전 다운로드 사이트 주소 : https://archive.apache.org/dist..
Garfield_Jo
'설치' 태그의 글 목록