Category PC

How To – Caddy, WordPress Stack

Docker is a container management system that enables the sand-boxing and grouping together of applications which have dependencies on (or interact with) each other. Docker calls these groupings “Stacks” which allow applications to be deployed and controlled as a single…

How To – Git: Add Local Repo to GitHub

This article makes the following assumptions: This will be accomplished in three steps: Step 1 – Create empty target repo on GitHub First of all sign in to your GitHub account using a web browser. Next select “Home” from the…

How To – Git: Installation

Git is a free and open source distributed version control system optimised for use with text based files. It is fast and efficient because it doesn’t work by keeping extra copies of files, but just the changes between versions and…