From 6078f1035bf272bbf61a1e6869d203d87d9a6516 Mon Sep 17 00:00:00 2001 From: Logan Date: Wed, 8 Aug 2018 00:57:13 -0700 Subject: [PATCH] Updated Ground Up Windows Install (markdown) --- Ground-Up-Windows-Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ground-Up-Windows-Install.md b/Ground-Up-Windows-Install.md index e44120c..9f71519 100644 --- a/Ground-Up-Windows-Install.md +++ b/Ground-Up-Windows-Install.md @@ -43,7 +43,7 @@ * You need a running instance of MySQL in order to connect your database. You have two options: * *Option 1* Download MySQL and install to your computer [link](https://www.mysql.com/downloads/) -* *Option 2* Use docker-compose to dockerize your MySQL installation [link](https://gist.github.com/xackery/d93e05825b2db74425086bde617ac635). +* *Option 2* Use docker-compose to dockerize your MySQL installation [link](https://gist.github.com/xackery/d93e05825b2db74425086bde617ac635). (Note: This requires Windows 10 Pro+ And [Docker](https://store.docker.com/editions/community/docker-ce-desktop-windows) installed so it may not be for every environment) * *If Option 2*, download and run the docker-compose.yml file in a location of your choice. Create a sub directory called db. type in the command line `docker-compose up`, and it will spin up the container for you. ### Inject Your Database, Finalize preparation