Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```