Production LAMP server setup on Ubuntu 16.04
Introduction
Summary of the steps to get a Ubuntu 16.04 production server running with LAMP, multiple virtual hosts and Let's Encrypt SSL.
!pip install ipyleaflet | |
from ipyleaflet import Map, Marker | |
center = (52.204793, 360.121558) | |
m = Map(center=center, zoom=15) | |
marker = Marker(location=center, draggable=True) | |
m.add_layer(marker); |
Summary of the steps to get a Ubuntu 16.04 production server running with LAMP, multiple virtual hosts and Let's Encrypt SSL.
Steps to get multiple versions of PHP running alongside on separate Apache virtual hosts using phpfarm.
The guide uses the example of PHP v5.4.45 and v7.0.7, but installation of any version and any number of versions will be done this same way.
Update the machine: