Skip to content
This repository has been archived by the owner on Jun 28, 2020. It is now read-only.

Vagrant Virtual Machine for Drupal development, built with re-usable Ansible roles

License

Notifications You must be signed in to change notification settings

pbuyle/vagrant-ansible-drupal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant Ansible Drupal

Virtual Machine for Drupal development, built with re-usable Ansible roles.

Requirements

Instructions

  1. Clone this repository
    git clone https://github.com/pbuyle/vagrant-ansible-drupal.git
    cd vagrant-ansible-drupal
    
  2. Copy parameters.yml.dist to parameters.yml (optional)
  3. Create a www folder with your Drupal docroot (usage of a symlink is recommanded)
  4. Start the Vagrant VM vagrant up
  5. If not using vagrant-hostmanager, edit you hosts file to add
    192.168.9.10	drupal.dev
    
  6. SSH into the Vagrant VM
vagrant ssh
  1. Install your Drupal site
    drush site-install --db-url=mysqli://drupal:drupal@localhost/drupal
    
  2. Open http://drupal.dev
  3. ?
  4. Profit

TODO (Pull requests welcome)

  • MariaDB and PostgreSQL support
  • Memcached support
  • Redis support
  • NodeJS runtime
    • Bower
    • Grunt/Gulp
  • Ruby (rbenv) support

License

Apache v2

Author Information

Pierre Buyle [email protected]

About

Vagrant Virtual Machine for Drupal development, built with re-usable Ansible roles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published