[명령어]CentOS 설치후 프로그램 업데이트 명령어
▶ 인터넷 연결 확인
ping 8.8.8.8
▶ 업데이트 명령어
# yum update –y : 기본 OS 업데이트
# yum install gcc make gcc-c++ -y : 컴파일 관련 라이브러리 업데이트
# yum install wget -y : 인터넷에서 파일 다운로드를 위한 클라이언트 설치 (웹에서 가져오는 것)
# yum install net-tools -y : 기존 6.5 OS 네트워크 호환성을 위한 클라이언트 설치
# yum install pcre-devel -y : 정규식 라이브러리 다운로드
# yum install perl -y : 펄 언어 사용
# yum install autoconf -y : 쉘 스크립트를 만드는 도구
# yum install libtool -y : 라이브러리 보조 도구
[참조]
java
** 아파치 관련 설치는 소스를 받아서 컴파일 방식으로 진행
** 아파치 http://httpd.apache.org/download.cgi
Download - The Apache HTTP Server Project
Downloading the Apache HTTP Server Use the links below to download the Apache HTTP Server from one of our mirrors. You must verify the integrity of the downloaded files using signatures downloaded from our main distribution directory. The signatures can be
httpd.apache.org
ex) wget http://apache.mirror.cdnetworks.com//httpd/httpd-2.4.25.tar.gz
** apr : http://mirror.apache-kr.org/apr/
Index of /apache/apr
This downloads page includes only the sources to compile and build APR projects, using the proper tools. All of the release distribution packages have been digitally signed (using PGP or GPG) by the ASF committers that constructed them. There will be an ac
mirror.apache-kr.org
ex) wget http://mirror.apache-kr.org/apr/apr-1.5.2.tar.gz
** apr-util
ex) wget http://mirror.apache-kr.org/apr/apr-util-1.5.4.tar.gz
** pcre
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
ex) wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.40.tar.gz
** mod_jk
https://tomcat.apache.org/download-connectors.cgi
Apache Tomcat® - Tomcat Connectors (mod_jk) Downloads
You must verify the integrity of the downloaded files. We provide OpenPGP signatures for every release file. This signature should be matched against the KEYS file which contains the OpenPGP keys of Tomcat's Release Managers. We also provide SHA512 checksu
tomcat.apache.org
ex) wget http://apache.mirror.cdnetworks.com/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.42-src.tar.gz
** 톰캣
http://archive.apache.org/dist/tomcat/tomcat-8/
Index of /dist/tomcat/tomcat-8
archive.apache.org
ex) wget http://archive.apache.org/dist/tomcat/tomcat-8/v8.5.9/bin/apache-tomcat-8.5.9.tar.gz
** Jenkins
ex) wget http://mirrors.jenkins.io/war/latest/jenkins.war