Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 778 Bytes

File metadata and controls

9 lines (6 loc) · 778 Bytes

Data Development Environments

This project is made up of two different things. There are scripts that I use to setup my home environment. Also there is a collection of templates for deploying environments in Kubernetes. We will do our best to organize these scripts for installing the applications that I use when taking on a new machine and developing a new solution.

Method of the Madness

I will create bash scripts for configurations I do in Linux and PowerShell(ps1) scripts for Windows. When I do something in one system, I will try to create the compliment for Windows, but I know I will not always be able to do that due to different constraints.

How to Help

Feel free to submit a pull request with additional scripts or edits that you feel would be helpful.