安装完成Apache2后,还有一些PHP7的组件需要安装
Apache2
1 2 |
sudo apt-get install -y apache2 apt-get install -y php7.0 libapache2-mod-php7.0 php7.0-cli php7.0-common php7.0-mbstring php7.0-gd php7.0-intl php7.0-xml php7.0-mysql php7.0-mcrypt php7.0-zip php7.0-curl |
Nginx
1 2 |
apt-get install -y nginx apt-get install -y php7.0 php7.0-fpm php7.0-cli php7.0-common php7.0-mbstring php7.0-gd php7.0-intl php7.0-xml php7.0-mysql php7.0-mcrypt php7.0-zip |
There are no comments yet