Skip to content

lslinnet/parrot

 
 

Repository files navigation

Parrot development VM

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

Automatic

A quick script to get you started off with flying speeds! With curl:

curl -L https://github.com/lslinnet/parrot/raw/master/quick-start.sh | sh

Or with wget:

wget --no-check-certificate https://github.com/lslinnet/parrot/raw/master/quick-start.sh -O - | sh

Manual

More will be added here when time presents it self! 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

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

Configuring mails

Receive emails from vagrant

  1. Open your mail client
  2. Add a new account
  3. Set it up like this:
Setting Value
Email type IMAP
Email [email protected]
Incoming mail server 192.168.50.4
Username vagrant
Password vagrant
Outgoing mail server none

About

A vagrant VM for Drupal Development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 53.5%
  • Puppet 34.8%
  • HTML 5.8%
  • Shell 4.5%
  • PHP 1.2%
  • Pascal 0.2%