Skip to content

Delpedro/DevOpsProject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DevOpsProject

Repo for purpose of V1 DevOps Project

Set up development environment instructions

Install Git

If you don't have git on your machine yet, you can install it from here: https://git-scm.com/download/win

Install .Net Core 2.1

Navigate to https://dotnet.microsoft.com/download/dotnet-core/2.1 Under the section "SDK 2.1.504" choose the .Net Core Insaller x64 (I guess we all run 64 bit machines). -> Direct link: https://dotnet.microsoft.com/download/thank-you/dotnet-sdk-2.1.504-windows-x64-installer

Install Visual Studio Code

Navigate to https://code.visualstudio.com/ and click the download button. Run the Installer

Install C# Extension

To be able to code in C# in Visual Studio, C# extension need to be installed. It's here https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp

Clone Repository

Open Visual Studio Code Open the Commnand Palette. It can be found through the menu "View" -> "Command Palette". Once in the Command Palette, type "Git: clone". A text box opens, paste the repository URL: https://github.com/conoroneill136/DevOpsProject Choose a local folder.

Docker

Docker support for VS Code is provided by an extension. To install the Docker extension, open the Extensions view by pressing Ctrl+Shift+X and search for docker to filter the results. Select the Microsoft Docker extension. -> Direct Link: https://code.visualstudio.com/docs/azure/docker#_generating-docker-files

About

Repo for purpose of V1 DevOps Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%