Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
paladique committed Jun 12, 2019
1 parent b0374a2 commit edf7818
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Labs/8.1 Hosting & Deployment.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Hosting & Deployment

## Prerequisites (deploying to azure)
- Sign up for an azure account https://azure.microsoft.com/en-us/pricing/free-trial/
- Sign up for an Azure account https://azure.microsoft.com/en-us/pricing/free-trial/
- Download Azure Development tools for Visual Studio https://azure.microsoft.com/en-us/tools/
- Download and configure git (https://git-scm.com/) if you don't already have it
- Log into Visual Studio (windows only)
- Log into Visual Studio (Windows only)
- We're going to be deploying the application you built in the previous lab

## Deploy via Visual Studio (Windows only)
Expand All @@ -17,7 +17,7 @@

![image](https://cloud.githubusercontent.com/assets/95136/15857406/91a0a116-2cbb-11e6-8fcc-e0bc8dfed211.png)

1. Once the resource group is created, follow the instructions and deploy the site to azure.
1. Once the resource group is created, follow the instructions and deploy the site to Azure.

## Deploy via git

Expand Down
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

This workshop covers various concepts of ASP.NET Core:

|Lab|Description| Prerequisites|
|Lab|Description|Prerequisites|
--|--|--|
|[.NET Core SDK](Labs\1.%20Introduction%20to%20the%20.NET%20Core%20SDK.md) | Convert a .NET Core Console Application into a ASP.NET Core Web Application. |
|[MVC Applications](Labs\2.%20MVC%20Applications%20with%20ASP.NET%20Core.md) | Create an .NET Core MVC App and explore routing.
Expand All @@ -17,14 +17,16 @@ This workshop covers various concepts of ASP.NET Core:
|[APIs with MVC Core](Labs\8.%20APIs%20with%20MVC%20Core.md) | Build a simple API with MVC Core. |
|[Hosting & Deployment](Labs\8.1%20Hosting%20&%20Deployment.md)| Deploy your ASP.NET Core App to Azure. | [APIs with MVC Core](Labs\8.%20APIs%20with%20MVC%20Core.md)

## Installers
## Getting Started

### .NET Core SDK 2.2
Follow instructions from https://dotnet.microsoft.com/download
### Installation

### Visual Studio 2017 (Offline Installer)
1. Run vs_community.exe in vs2017 folder
2. Select **only** `.NET Core` and `Web Development` workloads
- [.NET Core SDK 2.2](https://dotnet.microsoft.com/download)
- [Visual Studio Code](https://visualstudio.microsoft.com/downloads/)
- [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/)

### VS Code (on USB drive)
1. Install VS Code from USB drive or http://code.visualstudio.com.
In the Visual Studio Installer, install the following workloads:

- ASP.NET and web development
- .NET Core cross-platform development
- Azure development (Only required for [Lab 8.1](Labs\8.1%20Hosting%20&%20Deployment.md))

0 comments on commit edf7818

Please sign in to comment.