금요일, 1월 17, 2025
HomeLinuxubuntu hhvm 와 nginx 설치 및 설정

ubuntu hhvm 와 nginx 설치 및 설정

ubuntu hhvm 와 nginx 설치 및 설정

1.HHVM repository 설정


apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0x5a16e7281be7a449
add-apt-repository "deb http://dl.hhvm.com/ubuntu $(lsb_release -sc) main"

2.apt-get update

3.nginx install


apt-get install nginx

4.HHVM install


apt-get install hhvm
 
 update-rc.d hhvm defaults
 /usr/share/hhvm/install_fastcgi.sh

hhvm001

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular