Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Drupal 7 specific vagrant configured virtual box. Installable from the shell via a single command line.

Notifications You must be signed in to change notification settings

Drucode/vagrant-drupal-7

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant Drupal

Drupal specific vagrant configured virtual box. The single command line installation script will take care of everything, and when finished http://local.drupal.org should be accessable for review. This repo makes use of the submodule Vagrant which contains all the actual vagrant configuration and puppet scripts.

Prerequisites

  1. Download and install install virtualbox for Windows or Mac.
  2. Download and install vagrant for Windows or Mac
  3. If you are using Windows please download and install Cygwin. See Cygwin Setup for help. Make sure to install ssh and git packages.

Installation

Copy and paste this into your shell to install everything:

curl -s https://raw.github.com/delphian/vagrant-drupal-7/master/scripts/bootstrap.sh | bash

Or, same thing but with the google url shortener:

curl -L -s http://goo.gl/0M4EKK | bash

Installation script will:

  • Create a virtual box on 33.33.33.36
  • Modify hosts file mapping local.drupal.org to 33.33.33.36
  • Create the drupal database.
  • Install drupal.
  • Install and enable modules: devel.
  • Disable modules: overlay.

Usage

After installation script is finished open a browser and navigate to http://local.drupal.org

About

Drupal 7 specific vagrant configured virtual box. Installable from the shell via a single command line.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published