myplanetdigital/proviso

Name: proviso

Owner: Myplanet

Description: Proviso aims to be an SDK+API to provision platform-independent local VMs for Drupal development.

Created: 2013-08-27 17:40:09.0

Updated: 2013-09-14 16:15:04.0

Pushed: 2013-08-28 14:09:04.0

Homepage: https://github.com/proviso/proviso/wiki

Size: 48

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Proviso

Build Status

Proviso aims to be an SDK+API to provision platform-independent local VMs for Drupal development. The project seeks to develop an extensible framework and ecosystem for developers to achieve parity with multiple production deployment targets, as well as a one-click installer control panel that makes advanced local development accessible.

For more information, please check the Wiki.

To participate, see contributing.

Pre-Requisites
Usage
1. Setup
git clone https://github.com/proviso/proviso.git && cd proviso
rake install_plugins
2a. Chef
vagrant up
2b. Puppet
[sudo] gem install librarian-puppet
cd puppet && librarian-puppet install
PROVISO_PROVISIONER=puppet vagrant up

When using Puppet, you'll need to preface every vagrant command with PROVISO_PROVISIONER=puppet. To avoid having to type this for each command, you may also export this environment variable for the remainder of your terminal session by running:

export PROVISO_PROVISIONER=puppet

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.