Thamara Alves

Full stack web developer

Using vagrant with Asp .Net Core

Basically install vagrant Vagrant, but what’s vagrant?
Vagrant allow you to create and configure lightweight, reproducible, and portable development environments.

To make vagrant works you need a virtual machine, I usually use Virtual Box VirtualBox

Create an ASP.NET core project in Visual Studio Asp net core project

Or just clone or download my project from gitlab Gitlab project: Gitlab project

… download the vagrant file vagrant file directly.

After you install vagrant, and virtualbox, create an asp core project, insert the vagrant file you’ve downloaded on the project root, open the prompt, and run the commands:

Vagrant up will install the windows server 2012, and build up everything, will take time, be patience, wait, and enjoy.

Merci * – *