Browse Source

UPdates in README.MD for Firewall rule screenshot and better highlighted plus other minor changes

pull/49/head
Cesar De la Torre 8 years ago
parent
commit
422cad9f31
3 changed files with 3 additions and 1 deletions
  1. +3
    -1
      README.md
  2. BIN
      img/Node_setup_for_npm.png
  3. BIN
      img/firewall-rule-for-eshop.png

+ 3
- 1
README.md View File

@ -145,7 +145,9 @@ You can see the 6 custom containers running the microservices plus the 2 web app
#### IMPORTANT: Open ports in Firewall so Authentication to the STS (Security Token Service container) can be done through the 10.0.75.1 IP which should be available and already setup by Docker
- You can manually create a rule in your local firewall in your development machine or you can also create that rule by just executing the <b>add-firewall-docker.ps1</b> script in the solution's root.
- Basically, you need to open the ports 5100 to 5105 that are used by the solution.
- Basically, you need to open the ports 5100 to 5105 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">
### Test the applications and microservices
Once the deploy process of docker-compose finishes you should be able to access the services in the following URLs or connection string, from your dev machine:


BIN
img/Node_setup_for_npm.png View File

Before After
Width: 1001  |  Height: 780  |  Size: 49 KiB Width: 601  |  Height: 468  |  Size: 53 KiB

BIN
img/firewall-rule-for-eshop.png View File

Before After
Width: 1046  |  Height: 781  |  Size: 247 KiB

Loading…
Cancel
Save