05-04-2016, 08:16 PM
(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
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!