This project is not covered by Drupal’s security advisory policy.
Drusible - a Vagrant/Ansible Drupal Environment
Create a Drupal dev environment with ease.
Prereqs
- VirtualBox
- Ruby (should be installed already)
- Vagrant
- Ansible (sudo pip install ansible)
Install
Once you have these requirements installed, cd to the `drusible` dir and run:
vagrant up
then go grab yourself a coffee...
If something goes wrong, refer to Vagrant's Getting Started Guide.
Use
vagrant ssh
cd /var/www
drush dl --drupal-project-rename=newsite --yes
cp newsite/sites/default/default.settings.php newsite/sites/default/settings.php
mysql -u root -e "create database newsite;"Navigate to http://192.168.33.15/newsite to install (note: the db user and pw are 'root')
Supporting organizations:
Project information
- Project categories: Developer tools
- Created by ultimateboy on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.

