Skip to content

A full drupal stack including all LAMP, performance/caching tools and SOLR

Notifications You must be signed in to change notification settings

mgalvin/vagrant-hpts-drupal-stack-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant - High Performance Testing Suite (HPTS) - Full Drupal/Wordpress/PHP Stack

What you're getting:

Full Drupal Stack in one small package for local development using the high performance tool chain:

I'm sure this isn't perfect, and is a work in progress

Getting Started

I tested all of this on Mac OS X Mavericks (10.9.4). If this process is different for other OS's please document and submit a pull request.

Vagrant on its own is great, but there are some utilites we need when using the provisioners.

Install development tools:

  • Install XCode (it's free and you should have it installed already so you have developer tools)
  • xcode-select --install

Install VirtualBox & Vagrant:

  • Download and install VirtualBox 4.3.12
  • Download and install Vagrant 1.6.3

Install needed gems:

  • sudo gem update
  • sudo gem install berkshelf
  • sudo gem install omnibus

Install needed vagrant plugins:

  • sudo vagrant plugin install vagrant-berkshelf --plugin-version '= 2.0.1'
  • sudo vagrant plugin install vagrant-hostmanager
  • sudo vagrant plugin install vagrant-omnibus

Clone this repository:

Start the VM:

  • cd htps
  • vagrant up

Browse in your local browser to:

Contributing

If you want to work on altering the provisioning scripts, also install

About

A full drupal stack including all LAMP, performance/caching tools and SOLR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published