Lets tryout ASP.NET vNext in an ubuntu 14.04 Vagrantbox.
This Vagrant file gets the latest Official Ubuntu Server 14.04 LTS (Trusty Tahr) box and installs all dependencies for running ASP.NET vNext applications.
See it in action: https://www.youtube.com/watch?v=Mtfl2HFSvLI.
- Install VirtualBox
- Install Vagrant
- Clone this repo
- Use
vagrant up
in a terminal from the root of this repo - Use
vagrant ssh
to get in the box
vagrant halt
will gracefully shut down the box.vagrant up
won't reprovision dependencies.vagrant destroy
will remove all traces of the box.vagrant up
will reprovision dependencies.