Updated 02. Setting eShopOnContainers in a Visual Studio 2017 environment (markdown)

Eduard Tomàs 2017-08-11 09:25:20 +02:00
parent b50f402394
commit 5a9a1ae87e

@ -36,8 +36,8 @@ Software installation requirements for a Windows dev machine with Visual Studio
### Installing and configuring Docker in your development machine ### Installing and configuring Docker in your development machine
#### Install Docker for Windows #### Install Docker CE for Windows
Install Docker for Windows (The Stable channel should suffice) from this page: https://docs.docker.com/docker-for-windows/install/ Install Docker CE for Windows (The Stable channel should suffice) from this page: https://docs.docker.com/docker-for-windows/install/
About further info on Docker for windows, check this additional page About further info on Docker for windows, check this additional page
https://docs.docker.com/docker-for-windows/ https://docs.docker.com/docker-for-windows/
@ -72,7 +72,6 @@ https://blogs.msdn.microsoft.com/stevelasker/2016/06/14/configuring-docker-for-w
- Basically, you need to open the ports 5100 to 5110 that are used by the solution by creating an IN-BOUND RULE in your firewall, as shown in the screenshot below (for Windows). - Basically, you need to open the ports 5100 to 5110 that are used by the solution by creating an IN-BOUND RULE in your firewall, as shown in the screenshot below (for Windows).
<img src="img/firewall-rule-for-eshop.png"> <img src="img/firewall-rule-for-eshop.png">
### Installing and configuring Visual Studio 2017 in your development machine ### Installing and configuring Visual Studio 2017 in your development machine
#### Install Visual Studio 2017 #### Install Visual Studio 2017
@ -110,6 +109,8 @@ Like here:
`git clone https://github.com/dotnet-architecture/eShopOnContainers.git` `git clone https://github.com/dotnet-architecture/eShopOnContainers.git`
**Note:** Remember that the active development is done in `dev` branch. To test the latest code, use this branch instead of `master`.
### Open eShopOnContainers solution, Build, Run ### Open eShopOnContainers solution, Build, Run
#### Open eShopOnContainers solution in Visual Studio 2017 #### Open eShopOnContainers solution in Visual Studio 2017