From 379855e6e640f60cca94ce7a15fb62457d5ec335 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Mon, 20 Feb 2017 20:22:36 -0800 Subject: [PATCH] Minor update SPA doc --- .vs/slnx.sqlite | Bin 69632 -> 69632 bytes 06.-Setting-the-Web-SPA-application-up.md | 3 +++ 2 files changed, 3 insertions(+) diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite index e18c3feb2b028328a7fbffd08ac1da8f22912f77..26f23e349d50ca5f29a67406d5dd99c359bbdc63 100644 GIT binary patch delta 173 zcmZozz|ydQWr8$g>_i!7#@LMs!TO9Ho44q{5ny7RGFed|Zj$2^PRB+LHilvbPPWMg z(=>(jiWAFHQ}mJ&vpKFr2^v+tm)m^9@t-YQl%RQ71LNd7^+%Yv0a~$OQ!fFBv$QYl5R)MgV3I+UlgUmX1q&Wa=|Yn( zOBw|ax-_GUv)DoYJqB6)^egTWliYvAv!Z}Z1e5H9Ym@Mg50iaC3I+g#9RocAlg&;T q0sw)tkcAKnv!amB1Cwr)PLohUHwXZPA07ld0RodQnisPYmF{{QhBO}l diff --git a/06.-Setting-the-Web-SPA-application-up.md b/06.-Setting-the-Web-SPA-application-up.md index c3ea41b..b1a31b7 100644 --- a/06.-Setting-the-Web-SPA-application-up.md +++ b/06.-Setting-the-Web-SPA-application-up.md @@ -43,8 +43,11 @@ Then, run again the npm run build:prod command that should finish with no ### Build the Docker images and Deploy the containers At this point, if you were originally following the eShopOnContainer setup for any environment and came to this page just to setup the SPA app, now go back to your original setup instructions page. Other than that, you can in any case choose between any of the following options to build and deploy the Docker containers: + 1. **VS 2017 based:** Build and deploy in a single step from Visual Studio 2017 as explained in this page: https://github.com/dotnet/eShopOnContainers/wiki/Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment + 2. **CLI on Windows:** Build the .NET bits with the dontnet CLI by using the Windows PowerShell script build-bits.ps1, then create the Docker images and deploy to the Docker host with "docker compose up/build", as explained in this page: https://github.com/dotnet/eShopOnContainers/wiki/Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code) + 3. **CLI on Mac:** Build the .NET bits with the dontnet CLI by using the Mac Bash script build-bits.sh, then create the Docker images and deploy to the Docker host with "docker compose up/build", as explained in this page: https://github.com/dotnet/eShopOnContainers/wiki/Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-Code-and-CLI-environment