Skip to content

robkorv/vnext-tryout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vnext-tryout

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.

Up and Running

  • 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

Shutting Down

  • 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.

Vagrantfile details

  • Get box ubuntu/trusty64
  • Set box timezone to local timezone source
  • Install libuv for Kestrel from source code source
  • Import Mozilla’s list of trusted certificates source
  • Install Mono source
  • Install K Runtime Environment source

About

Lets tryout ASP.NET vNext in an ubuntu 14.04 Vagrantbox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published