Presentations

(โ˜… 64)

Holds all of the presentations that I have given - Please feel free to use the slides and code as you see fit. All I ask is that you let me know and that you have a small attribution to me

  • #prompt for tag name.ps1
  • .gitattributes
  • .gitignore
  • code of conduct.ps1
  • COMMIT_EDITMSG
  • FETCH_HEAD
  • index
  • Pester.Tests.ps1
  • prompt.ps1
  • ProviderDemo.bak
  • random users add.ps1
  • README.md
  • some stuff.ps1
  • Start-Demo.ps1
  • start-demotest.ps1
  • tagupdate.ps1
  • test.pptx
  • testResults.xml

# Installation Guide

1. Get the code
git clone https://github.com/SQLDBAWithABeard/Presentations

Downloads the entire project code from GitHub to your computer.

cd Presentations

Moves into the project folder you just downloaded.

2. Docker

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
โš ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
docker compose -f 2019/SQL Saturday Munich/docker/docker-compose.yml up -d --build

Runs the command against the services defined in the compose file.

โœ… Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
// repository documentation