Skip to content

eethann/drupaldev-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Install

  • Install Ansible on your local machine sudo pip install ansible (note: brew install doesn't work at the moment)
  • Run ansible-galaxy install -r provisioning/requirements.txt --force -p provisioning/roles
  • Run vagrant plugin install vagrant-cachier

#Includes

  • PHP 5.5
  • Mariadb
  • Solr 4.x
  • Nginx

#SSH Forwarding

  1. Add the following to your .ssh/config:

    Host 33.33.33.10

    AgentForward yes

  2. Run ssh-add

  3. To test vagrant ssh then ssh -T git@github.com

#VHOST Config See provisioning/vars/example.yml

About

New home for combined nginx and apache drupaldev vms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published