Posted by bgm on September 4, 2012 at 12:58pm
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 fabricDownload the vagrant scripts:
git clone --recursive --branch 6.x-1.x http://git.drupal.org/project/vagrant_scripts_aegir.gitcd vagrant_scripts_aegir
vagrant up
fab vagrant aegir_apt_install:distro=stableWhen finished testing:
vagrant destroyTo get ssh access to the machine (to debug stuff):
vagrant sshFor more information, see the README.txt and the project issue queue.
Downloads
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Last modified: September 5, 2012