From ec5affab7f442cb9dcd8757d5ffc5c984bc21e25 Mon Sep 17 00:00:00 2001 From: Shane Walters Date: Fri, 12 Apr 2024 09:15:32 -0500 Subject: [PATCH] add dev machine configuration list --- docs/dev_configuration.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/dev_configuration.md diff --git a/docs/dev_configuration.md b/docs/dev_configuration.md new file mode 100644 index 0000000..f14982b --- /dev/null +++ b/docs/dev_configuration.md @@ -0,0 +1,22 @@ +### Configuration of new development machine + +My MS account (gmail) has only the Visual Studio Dev Essentials subscription. It now indicates that I do not have access to product keys. +[Your Product Keys](https://my.visualstudio.com/ProductKeys?mkt=en-us) + +TODO: Sign in using .mil account from a machine connected to the domain. + +Workstation has the SDC operating system and will NOT allow Visual Studio to be installed without a GP modificiation. + +- [ ] Install Non SDC Operating System +- [ ] Install Git +- [ ] Install dotfiles +- [ ] Install VS Code +- [ ] Install Visual Studio +- [ ] Install MS SQL Server 2022 Developer Edition +- [ ] Install MS SQL Server Report Service +- [ ] Install Beyond Compare +- [ ] +- [ ] +- [ ] +- [ ] +- [ ] \ No newline at end of file