PINE64

Full Version: PHP7 & Nginx
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm hoping to set up a Dokuwiki server.  Has anyone had success installing PHP7 and Nginx?  Any help or instructions would be great.
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
(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!