Skip to content

Instantly share code, notes, and snippets.

View jasonblewis's full-sized avatar

Jason Lewis jasonblewis

View GitHub Profile
@jasonblewis
jasonblewis / php7.2.md
Last active May 29, 2018 01:24 — forked from w33zy/php7.1.md
How to install php7.1-fpm with EasyEngine

How to install php7.2-fpm with EasyEngine


you need to have the php7.0 stack installed

ee stack install --php7

install the nginx stack

ee stack install --nginx

install ee's version of nginx-common

apt install nginx-common=1.10.3-10ppa~stable

Sample service script for debianoids

Look at LSB init scripts for more information.

Usage

Copy to /etc/init.d:

# replace "$YOUR_SERVICE_NAME" with your service's name (whenever it's not enough obvious)