Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brendanashworth/vms
assortment of various Vagrantfiles for testing
https://github.com/brendanashworth/vms
Last synced: 9 days ago
JSON representation
assortment of various Vagrantfiles for testing
- Host: GitHub
- URL: https://github.com/brendanashworth/vms
- Owner: brendanashworth
- License: gpl-2.0
- Created: 2015-03-03T01:51:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-15T22:59:41.000Z (over 9 years ago)
- Last Synced: 2023-04-10T02:51:08.179Z (over 1 year ago)
- Language: Ruby
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VMs
> A repository full of [Vagrant-ready virtual machines](https://www.vagrantup.com/), ready to spin up for testing applications on platforms you normally can't get your hands on.
## Available Platforms
As of right now, the following are available (please PR to add more!):* CentOS 7.0
* Debian 7.6
* Fedora 20
* FreeBSD 10.0
* Ubuntu 12.04
* Ubuntu 14.04## Provisioning
Go into the directory you want (with Vagrant installed), and run the following:```sh
$ vagrant up
```Done. You can then run:
```sh
$ vagrant ssh
```To SSH into your virtual machine. Enjoy!
## Developing
All of these images should have the tools necessary to build [io.js](https://github.com/iojs/io.js), which was the intended purpose - however, mostly those are only simple developer tools. Pull requests for more tools that have nothing to do with io.js will be welcomed with a warm heart.