An open API service indexing awesome lists of open source software.

https://github.com/colbywhite/example-vms

Example Vagrantfiles to build different types of VMs
https://github.com/colbywhite/example-vms

Last synced: 2 months ago
JSON representation

Example Vagrantfiles to build different types of VMs

Awesome Lists containing this project

README

        

This is a repo to hold examples of how to build basic VMs with standard programming languages installed on them.

To use the examples, install the following:
- vagrant
- virtualbox
- chefdk
- `vagrant plugin install vagrant-berkshelf`

# nodejs VM
This VM will install the specified version of nodejs via binary.

# python VM
This VM will install the specified version of pythin via source code.