Using vagrant with Asp .Net Core
12/19/2016
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
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 plugin install vagrant-hostmanager You should see something like this:
-
vagrant up You should see something like this:
Vagrant up will install the windows server 2012, and build up everything, will take time, be patience, wait, and enjoy.
Merci * – *