Skip to content

neighborland/drifter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Drifter

Vagrant up a Ruby/Postgresql based development environment.

Drifter uses Vagrant and Virtualbox, and provisions the box with Ansible.

Drifter has been tested on Ubuntu 16.04.

Drifter installs the following software (see the playbook.yml for the full list):

Installation

Install Ansible, VirtualBox, and Vagrant

tl;dr:

brew install ansible
brew cask install virtualbox
brew cask install vagrant

Usage

vagrant up

Configuration

The Postgresql and Ruby versions are configured in the Vagrantfile in the config.vm.provision "ansible" block.

Contributing

  1. Fork it ( https://github.com/neighborland/drifter/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages