라즈비안 php7 설치
컨텐츠 정보
- 14,832 조회
- 1 댓글
- 0 추천
- 목록
본문
php7.2 설치
아래 참고
https://www.jesusamieiro.com/install-php-7-2-on-debian-9/
아래 내용 적용 안됨
--------------------------------------------------------------
https://www.stewright.me/2016/03/turn-raspberry-pi-3-php-7-powered-web-server/
PHP7
sudo nano /etc/apt/sources.list
deb http://repozytorium.mati75.eu/raspbian jessie-backports main contrib non-free
#deb-src http://repozytorium.mati75.eu/raspbian jessie-backports
sudo gpg --keyserver pgpkeys.mit.edu --recv-key CCD91D6111A06851
sudo gpg --armor --export CCD91D6111A06851 | sudo apt-key add -
sudo apt install php7.0 php7.0-cli php7.0-common php7.0-fpm php7.0-gd php7.0-json php7.0-mcrypt php7.0-mysql php7.0-readline -y
sudo apt-get install php7.0 php7.0-opcache
sudo apt-get install php7.0-cli php7.0-curl php7.0-dev php7.0-fpm php7.0-gd php7.0-mysql php7.0-mcrypt php7.0-opcache -y
sudo service php7.0-fpm stop|
sudo service php7.0-fpm start
관련자료
-
링크