Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.01 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.01 KB

drifter logo

Drifter

Drifter is a framework to help provision developer boxes using Ansible and Vagrant.

Installation

Make sure your system meets the requirements and run the following command from inside your project directory:

curl -sS https://raw.githubusercontent.com/liip/drifter/master/install.sh | /bin/bash

This will install Drifter in the virtualization/drifter directory. You can then customize the roles you want to use and the project configuration by editing the virtualization/playbook.yml and virtualization/parameters.yml files. Then run vagrant up to get your box up and running.

Documentation

Detailed installation instructions and roles documentation are available in the documentation.