Skip to content

NET Core 1.0 Boilerplate for Vagrant - Includes Ubuntu 14.04 and Node JS

License

Notifications You must be signed in to change notification settings

SourceCode/netcoreboiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#NET Core 1.0 Boilerplate The NET Core 1.0 Boilerplate is a vagrant box that installs Ubuntu 14.04, NET Core 1.0, and Node JS. It also has optional packages you can install in the vagrant/bootstrap.sh shell script.

##System Requirements

  • Vagrant

##Installation

  • Clone this repository
  • Enter the directory.
  • In your console: vagrant up
  • If everything works in the final screen a new NET Core hello world application will be compiled, ran, and output "Hello World!"
  • If you would like to install additional packages you can configure them in vagrant/bootstrap.sh

###Additional Packages Additional packages can be easily enabled in the vagrant/bootstrap.sh file. You can also modify this file and add additional scripts, settings, and packages of your own.

####Current Additional Packages

  • CouchDB
  • MongoDB (Coming Soon)
  • Cassandra (Coming Soon)
  • Redis (Coming Soon)
  • Nginx (Coming Soon)
  • Apache2 (Coming Soon)

##Have a contribution? Please feel free to fork this repository and submit pull requests.

##Found a Bug or Have a Suggestion? Please report your bug or suggestion to the issues section.

##License

#####License Information

About

NET Core 1.0 Boilerplate for Vagrant - Includes Ubuntu 14.04 and Node JS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages