Skip to content

Commit b7d91a6

Browse files
Folder to place the WebMonolithic app into
1 parent b9d35c8 commit b7d91a6

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,13 @@ If you don't do this, you will get an error when trying to deploy/debug from VS
9797

9898
<img src="img/docker_settings_shared_drives.png">
9999

100-
#### Bower and Gulp global installation
100+
#### Node, Bower and Gulp installation
101101
(These steps about installing bower and gulp might not be needed anymore as these are being triggered from the project.json in the MVC project at the section 'prepublish":'). However, this will need to be migrated to .csproj when migrating to VS 2017. <p>
102102
Before generating the Docker images, and specifically when generating the web apps binaries with "dotnet publish" from the custom scripts (like when running the build-images.ps1 script from PowerShell or the build-images.sh from bash in a Mac), it needs to have access to the paths where you have installed Bower and Gulp. For that, the recommendation is to install Bower and Gulp with a global installation by running the following commands from command-line or bash:
103103
- Install Node if you don't have it installed, from here: https://nodejs.org/en/
104104
<img src="img/Node_setup_for_npm.png">
105+
- After you install Node, you need to align that installed version with the version used by Visual Studio, so you need to make sure that VS2017 is using the same nodejs that you are using from command line.<br>
106+
**Go to "Tools -> Options -> Project and Solutions -> Web Package Management -> External Web Tools"** and ensure that the nodejs you use from command line is listed before the entry "$(VSINSTALLDIR)\Web\External"
105107
- Install Bower and Gulp with the following npm commands (npm is installed as part of Node)
106108

107109
`npm install -g bower`

src/Web/WebMonolithic/Readme.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
Let's create here the simplest monolithic MVC Web app with just the Home Page and ASP.NET Core MVC.
3+
Please, don't say anything about "Containers" here.
4+
5+
From a "branding point of view" it should be named as "eShopWeb"
6+
7+
Cesar.
8+
9+

0 commit comments

Comments
 (0)