Drupal is a complex content management framework and requires a lot of time to install and configure by hand. To save our clients time and money, New Media Campaigns uses Vagrant and Puppet to automate Drupal website installation and configuration. This repository contains our Drupal 7 Puppet module.
Learn how to install our Drupal 7 Puppet module here:
http://www.newmediacampaigns.com/blog/drupal-puppet-module
- Vagrant;
- Puppet;
- MySQL database;
- PHP 5.3 or newer with these extensions:
apc
,PDO
,pdo_mysql
;
- Fork this repository;
- Create a new branch for each feature or improvement;
- Send a pull request from each feature branch to the master branch;
It is very important to separate new features or improvements into separate feature branches, and to send a pull request for each branch. This allows us to review and pull in new features or improvements individually.
Copyright 2013, New Media Campaigns. Released under the MIT Public License.