Updated 03. Setting the eShopOnContainers solution up in a Windows CLI environment (dotnet CLI, Docker CLI and VS Code) (markdown)
parent
d7eb4dea3f
commit
9a9fb0b94a
@ -76,7 +76,7 @@ The drive you'll need to share depends on where you place your source code.
|
|||||||
<img src="img/firewall-rule-for-eshop.png">
|
<img src="img/firewall-rule-for-eshop.png">
|
||||||
|
|
||||||
## .NET Core SDK setup
|
## .NET Core SDK setup
|
||||||
(OPTIONAL) As mentioned, this requirement is optional because when building through Docker Multi-Stage" it will be using the .NET SDK available within the ASP.NET Core build image, not the local .NET Core SDK. However, it is recommended to have it installed locally for any further building/testing of the ASP.NET Core projects without Docker.
|
(OPTIONAL) As mentioned, this requirement is optional because when building through Docker Multi-Stage it will be using the .NET SDK available within the ASP.NET Core build image, not the local .NET Core SDK. However, it is recommended to have it installed locally for any further building/testing of the ASP.NET Core projects without Docker.
|
||||||
The .NET Core SDK install the .NET Core framework plus the SDK CLI tools with commands like "dotnet build", "dotnet publish", etc.
|
The .NET Core SDK install the .NET Core framework plus the SDK CLI tools with commands like "dotnet build", "dotnet publish", etc.
|
||||||
|
|
||||||
Install the .NET Core SDK from here:
|
Install the .NET Core SDK from here:
|
||||||
@ -84,7 +84,7 @@ https://www.microsoft.com/net/download/windows#/current
|
|||||||
|
|
||||||
## Install NPM (Optional, this local installation is not required when using Docker Multi-Stage)
|
## Install NPM (Optional, this local installation is not required when using Docker Multi-Stage)
|
||||||
|
|
||||||
(OPTIONAL) As mentioned, this requirement is optional because when building through Docker Multi-Stage" it will be using the dependencies available within the ASP.NET Core build image, not the installed software on the local machine/PC.
|
(OPTIONAL) As mentioned, this requirement is optional because when building through Docker Multi-Stage it will be using the dependencies available within the ASP.NET Core build image, not the installed software on the local machine/PC.
|
||||||
|
|
||||||
In order to be able to build the JavaScript dependencies from command line by using npm you need to install npm globally.
|
In order to be able to build the JavaScript dependencies from command line by using npm you need to install npm globally.
|
||||||
|
|
||||||
@ -102,7 +102,7 @@ After installing Node, you can check the installed NPM version with the command
|
|||||||
|
|
||||||
## Install Bower (Optional, this local installation is not required when using Docker Multi-Stage)
|
## Install Bower (Optional, this local installation is not required when using Docker Multi-Stage)
|
||||||
|
|
||||||
(OPTIONAL) As mentioned, this requirement is optional because when building through Docker Multi-Stage" it will be using the dependencies available within the ASP.NET Core build image, not the installed software on the local machine/PC.
|
(OPTIONAL) As mentioned, this requirement is optional because when building through Docker Multi-Stage it will be using the dependencies available within the ASP.NET Core build image, not the installed software on the local machine/PC.
|
||||||
|
|
||||||
Bower is needed by minor dependencies at the MVC web app. It using Visual Studio, VS will handle that. But if using the CLI in Windows, you need to install Bower globally by running the following NPM command:
|
Bower is needed by minor dependencies at the MVC web app. It using Visual Studio, VS will handle that. But if using the CLI in Windows, you need to install Bower globally by running the following NPM command:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user