Skip to content

Template repo for a new drupal project built on top of a vagrant vm.

License

Notifications You must be signed in to change notification settings

tobiase/vagrant-drupal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

version 0.1.0

DESCRIPTION

Builds a Drupal environment and site on top of a Vagrant vm. This repo can be used as is to get a Drupal site up and running quickly or as a template for your own Drupal projects.

REQUIREMENTS

BASIC USAGE

  1. Start on the host by provisioning and logging into a vm:

     host$ git clone git://github.com/xforty/vagrant-drupal.git
     host$ cd vagrant-drupal
     host$ librarian-chef install
     host$ vagrant up
     host$ vagrant ssh
    
  2. Then build and install a drupal site on the vm:

     vm$ sudo drush make --prepare-install /vagrant/example.make /srv/www
     vm$ cd /srv/www
     vm$ sudo drush site-install --db-url=mysql://dbuser:password@localhost/drupal
    
  3. Go to http://localhost:4567 and log in to the drupal site with the credentials specified in the site-install output.

VAGRANT

It is common to modify the Vagrantfile. We encourage you to read through the comments in the Vagrantfile as well as the official Vagrant documentation for other possible configurations.

RESOURCES


Maintained by xforty technologies

About

Template repo for a new drupal project built on top of a vagrant vm.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Ruby 100.0%