Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.17 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.17 KB

Aegir Development Workspace

A development workspace powered by Drush, Vagrant, and Aegir 3.

Overview

Here is an overview of the various folders and what they are used for.

  • builds Platforms for Aegir to import.
  • logs Apache will write each site's logs here.
  • sources Can be custom profiles or distributions. This is symlinked to /var/aegir/shared_platforms. Allows you to symlink these are profiles for builds.

Getting started

vagrant up

Use dnsmasq

Highly recommend using dnsmasq for local wildcard subdomains.

Add to dnsmasq.conf

address=/.aegir.dev/10.22.22.10

Creating environments

@todo: Create some fancy scripts to help setup Panopoly, Commerce Kickstart, etc.

Credit/Thanks

I borrowed/copied items from all of the below awesome open source projects which made this possible and taught me a little bit about Puppet.