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
- Host: GitHub
- URL: https://github.com/colbywhite/example-vms
- Owner: colbywhite
- Created: 2016-05-20T21:09:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-20T21:17:29.000Z (about 9 years ago)
- Last Synced: 2025-01-30T00:33:48.254Z (4 months ago)
- Language: Ruby
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.