Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/banzaiman/travis-cookbooks-vagrant
Set up a Travis VM via Vagrant
https://github.com/banzaiman/travis-cookbooks-vagrant
Last synced: 23 days ago
JSON representation
Set up a Travis VM via Vagrant
- Host: GitHub
- URL: https://github.com/banzaiman/travis-cookbooks-vagrant
- Owner: BanzaiMan
- License: mit
- Created: 2014-01-10T15:54:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-10T20:53:04.000Z (about 11 years ago)
- Last Synced: 2024-11-08T09:51:21.408Z (3 months ago)
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
travis-cookbooks-vagrant
========================This document describes a series of steps that sets up a VirtualBox image
which approximates a Travis VM.# Prerequisites
1. [VirtualBox](https://virtualbox.org)
2. [Vagrant](http://www.vagrantup.com/)# Clone sous-chef and travis-cookbooks
```bash
git clone https://github.com/michaelklishin/sous-chef.git
cd sous-chef
git clone git://github.com/travis-ci/travis-cookbooks.git cookbooks
```