Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

computerminds/parrot

Repository files navigation

Parrot development VM

Build Status

Parrot is a utility VM for Drupal development. It's not your development environment, but it's the complex, hard to set up, servers you'll need.

Name

Simple and repeatable, that is what the Parrot VM is all about.

Requirements

Installation

You will need to clone this repo to your host machine, and then cd into the directory and run:

vagrant up

That's it!

If you want to use your VMWare Fusion Vagrant provider, then run:

vagrant up --provider=vmware_fusion

If you want to use your Parallels Vagrant provider, then run:

vagrant up --provider=parallels

Usage

For detailed instructions on how to use all the features provided by Parrot, see the wiki.

Config

You can configure the VM that Parrot provisions read the configuration page in the wiki for more details.

Features