Vagrant Scripts for Aegir CiviCRM
Component ID
1773746
Component name
Vagrant Scripts for Aegir CiviCRM
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
This project provides some Vagrant and Fabric scripts for deploying and testing CiviCRM in a Aegir environment, mainly to provide a testing framework for provision_civicrm.
The scripts are a fork of vagrant_scripts_aegir.
Quickstart (Debian/Ubuntu)
Install Vagrant and Fabric:
apt-get install vagrant fabric
Download the vagrant scripts:
git clone --recursive --branch 6.x-1.x http://git.drupal.org/project/vagrant_scripts_aegir_civicrm.git
cd vagrant_scripts_aegir_civicrm
vagrant up
fab vagrant aegir_apt_install:distro=stable
When finished testing:
vagrant destroy
To get ssh access to the machine (to debug stuff):
vagrant ssh
For more information, see the README.txt and the project issue queue.
