Skip to content

mccullya/drupaldev-nginx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#DrupalDev nginx

Master - Build Status Dev - Build Status

Support on Gittip

Vagrant configuration for Drupal Development. Supports Drupal 6/7/8. Built in Drush and Composer.

Need Help? Consult the wiki first before submitting an issue.

#Tools 2. Easier handling of vhosts and dbs (see example.pp) 3. Drush 4. Compass 6. APC / Memcache 7. Mailcatcher - Can be accessed by appending :1080 to any vagrant url 8. XHProf

#Dependencies

#Install

  1. Clone Me
  2. cd drupaldev-nginx
  3. librarian-puppet install
  4. mkdir sites
  5. cp hieradata/example.yaml hieradata/sites.yaml
  6. Amend hieradata/sites.yaml as required to desired server/virtualhost name and db details
  7. vagrant up

#VM Info

  • Default IP 33.33.33.10
  • Sites built as *.drupal.dev (use dnsmasq)
  • Ubuntu 12.04
  • Mysql root password: drupaldev
  • For Windows users on Vagrant 1.5.0+ uncomment line 15 in Vagrantfile to use SMB sharing.

#XHProf Details

  • Visible at xhprof.drupal.dev
  • XHProf Directory - /usr/share/php
  • XHProf URL - http://xhprof.drupal.dev

About

Vagrant stack for developing with Drupal

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 84.0%
  • Shell 16.0%