Author: Ken Favors
How To Install LEMP Locally On Ubuntu 16.04
If using Vagrant: Setup Vagrant replace project with any name you wish. $ mkdir project $ cd project $ vagrant…
How To Use Git – Initial Steps
Great and simple resource: https://www.git-tower.com/learn/git/ebook/en/command-line/introduction#start also: https://www.smashingmagazine.com/2015/07/development-to-deployment-workflow/ similar examples as above: https://www.digitalocean.com/community/tutorials/how-to-use-git-effectively **How To Set Up Automatic Deployment with Git…
How To Set Up A Text Editor To Work With Git On Windows
http://stackoverflow.com/questions/10564/how-can-i-set-up-an-editor-to-work-with-git-on-windows On 32 bit OS: $ git config –global core.editor “‘C:/Program Files/Notepad++/notepad++.exe’ -multiInst -notabbar -nosession -noPlugin” On 64 bit OS:…
How To Host Multiple WordPress Sites On Ubuntu 16.04, NGINX, PHP7-FPM – Part 2
This tutorial assumes that you already have one website functioning on the server and that you have followed the initial…
How To Host Multiple WordPress Sites On Ubuntu 16.04, NGINX, PHP7-FPM – Part 1
This tutorial sets up a single WordPress installation on a server with the option of adding more websites later. First,…
WordPress Install (Single Site) – Ubuntu 16.04, NGINX, PHP7
This tutorial sets up a single WordPress site on a server. If you would like to have multiple sites (and…