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 | 31 |
Tags
- 작업물
- 보안
- 카카오가고싶다
- 키워드
- error
- centOS7
- 키워드 정리
- php-fpm
- jquery
- 에러해결
- 개인공부
- 작업물 #영상편집 #서브컬쳐
- php artisan
- 코딩테스트
- 시벌이슈
- 복습 #회사
- laravel
- 메모
- 네이버싫어
- Backend
- linux #centos
- vagrant
- 기타정리
- AWS
- centOS
- MySQL
- php
- 일상
- ratchet
- NGINX
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 |