[Centos7] php설치

php도 설치해봅시다


일단 remi가 필요함


remi 저장소 관련해서 이해하기 쉽게 설명된곳

https://www.conory.com/note_linux/42596

#remi 설치해줍시다
yum install epel-release
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
rpm -Uvh http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm

yum -y install --enablerepo=remi,remi-php56 php php-devel php-pear
yum -y install --enablerepo=remi,remi-php56 php-gd php-mbstring php-mhash php-mcrypt php-bcmath php-mysql php-mysqli
yum -y install --enablerepo=remi,remi-php56 php-pecl-memcached php-pecl-redis php-pecl-zendopcache php-pecl-xdebug

php -version #확인




'Operating System > Centos' 카테고리의 다른 글

[Centos7] svn 설치  (0) 2016.07.07
[Centos] 디렉토리 구조 및 용도  (0) 2016.07.07
[Centos7] 나눔고딕 설치  (0) 2016.06.21
[Centos7] redmine plugins 추천  (0) 2016.06.21
[Centos7] redmine apache연동  (0) 2016.06.20
블로그 이미지

pstree

pstree.. process...

,