Drusible
Categories
Component ID
2471160
Component name
Drusible
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
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')
