Skip to content

Using the base Vagrant Drupal project with added cookbooks to install Panopoly codebase.

License

Notifications You must be signed in to change notification settings

eastbaydev/panopoly-vagrant

Repository files navigation

What

VirtualBox Vagrant Chef Drupal install

How

  1. Download and Install VirtualBox (ensure you are on the latest version 4.0.8+)
  2. Install vagrant
  3. Download a vagrant box: vagrant box add base http://files.vagrantup.com/lucid32.box
  4. Download or Clone this project go to the folder and launch the box: cd [vagrant project directory]; vagrant up
  5. Add this line to your /etc/hosts (or windows equivalent): 33.33.33.10 drupal.vbox.local dev-site.vbox.local

That's it, files in "public" are served here : http://drupal.vbox.local/

To connect to the console of you instance: vagrant ssh


You can add XDEBUG_PROFILE to your GET parameter to generate an xdebug profile, e.g. http://dev-site.vbox.local/?XDEBUG_PROFILE

You can then investigate at http://dev-site.vbox.local/webgrind/

Phpmyadmin is available http://dev-site.vbox.local/phpmyadmin/. User myadmin, Password myadmin

About

Using the base Vagrant Drupal project with added cookbooks to install Panopoly codebase.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages