PINE64
PHP7 & Nginx - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4)
+--- Forum: General Discussion on PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=3)
+--- Thread: PHP7 & Nginx (/showthread.php?tid=917)



PHP7 & Nginx - JCMPine64 - 05-03-2016

I'm hoping to set up a Dokuwiki server.  Has anyone had success installing PHP7 and Nginx?  Any help or instructions would be great.


RE: PHP7 & Nginx - lenny.raposo-pine64.pro - 05-03-2016

JCMPine64 try ubuntu 16.04 release provided by longsleep as I am sure a php7 is packaged there.

search

sudo apt-cache search nginx
sudo apt-cache search php

and if it's listed then you have your answer Wink


RE: PHP7 & Nginx - JCMPine64 - 05-04-2016

(05-03-2016, 03:52 PM)lenny.raposo-pine64.pro Wrote: JCMPine64 try ubuntu 16.04 release provided by longsleep as I am sure a php7 is packaged there.

search

sudo apt-cache search nginx
sudo apt-cache search php

and if it's listed then you have your answer Wink

I got it all running.  I had to install the following packages:
Code:
sudo apt-get install php7.0
sudo apt-get install php7.0-xml
sudo apt-get install nginx

It took some looking around to find the analogous PHP5 config files and settings.  Thanks!