Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- linux #centos
- jquery
- vagrant
- centOS
- centOS7
- php-fpm
- Backend
- AWS
- 기타정리
- 개인공부
- 복습 #회사
- 보안
- php
- 일상
- 작업물 #영상편집 #서브컬쳐
- 시벌이슈
- 메모
- NGINX
- 에러해결
- 네이버싫어
- 키워드 정리
- ratchet
- 작업물
- 키워드
- php artisan
- 카카오가고싶다
- 코딩테스트
- MySQL
- laravel
- error
Archives
- Today
- Total
개발을 간바루Joy 하게
Centos7 php7.2 설치 본문
//추가 저장소 설치
wget http://rpms.remirepo.net/enterprise/remi-release-7.rpm
rpm -Uvh remi-release-7.rpm
//php패키지 활성화
yum install yum-utils -y
yum-config-manager --enable remi-php72
//php 설치
yum --enablerepo=remi,remi-php72 install php-fpm php-common -y
yum --enablerepo=remi,remi-php72 install php-opcache php-pecl-apcu php-cli php-pear php-pdo php-mysqlnd php-pgsql php-pecl-mongodb php-pecl-redis php-pecl-memcache php-pecl-memcached php-gd php-mbstring php-mcrypt php-xml -y
php -v
//php 버전 체크
'프로그래밍 > Linux' 카테고리의 다른 글
[Centos7] 줫같은 SElinux 해제 (0) | 2020.05.20 |
---|---|
Centos7 php-fpm(Nginx) 설정 (0) | 2020.05.13 |
Centos7 Nginx 설정 (0) | 2020.05.11 |
Centos7 Nginx 설치 (0) | 2020.05.11 |
Centos7 usb 설치 (0) | 2020.05.11 |