Skip to content

derEremit/vagrant-drupal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Provides a foundation for developing with Drupal in a Vagrant box. The machine is based on 64-bit Ubuntu Maverick. The manifest maverick64.pp has some variables that control the installation as shown below:

  • $host, the hostname for the instance to use, you'll want to add it to your local hosts file as well mapped to 127.0.0.1
  • $project, the name of the project under development, this is used by convention to specify a Drush make makefile to initialize the site and a SQL script to load an existing database
  • $dbpassword, the database password to use for the site database
  • $user1, username for the site "user 1" or admin
  • $user1password, password for user 1
  • $user1mail, email for user 1
  • $source_directory, the directory that will contain your project source code. /vagrant is where vagrant will mount your project directory by default

Ruby and Vagrant are prerequisites.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 56.7%
  • Ruby 43.3%