A short tutorial on how Peachpie enables .NET Core to compile PHP, on Docker. Timestamps below.
http://www.peachpie.io | / pchpcompiler
Corresponding article: http://www.peachpie.io/2016/08/dotnet...
(00:15): Running the pre-configured Docker container
(00:47): Displaying the sample script in your web browser
(01:02): Attaching to the running Docker container
(01:16): Creating a new script and having the running container recompile the site and restart the webserver
(01:49): Demonstrating how the dotnet build system seamlessly compiles the script to .NET Core
(02:05): A look under the hood
(02:55): Explanation of how Microsoft.Dotnet.Watcher.Tools watches for source file changes
(03:17): Referencing NuGet packages
(03:57): Setting up the webserver