Skip to content

Simple Vagrant configurations to set up a virtual machine on Ubuntu Precise 32 running Drupal 8 on a LAMP stack.

Notifications You must be signed in to change notification settings

KingJoshi/vagrant_drupal8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant drupal 8 configurations

  1. You need vagrant and virtual box already installed
  2. git clone [email protected]:KingJoshi/vagrant_drupal8.git drupal8_test (or fork and customize configurations)
  3. git submodule init (initialize git submodules puppetlabs mysql, stdlib and drupal8)
  4. git submodule update (get git submodule sources)
  5. edit hosts file on local host machine to point drupal8.test to 10.10.10.10 (optional)
  6. vagrant up (should set up virtual machine with apache running)
  7. open web browser and go to http://drupal8.test/ (or http://10.10.10.10/ if you skipped step 4)
  8. Install drupal (database name, user and password is drupal which is set in manifests/db.pp)
  9. Configure site (site email, admin user, password, etc)
  10. Congratulations. Drupal 8 is up and running. You can play with it, test modules or even patch code!

About

Simple Vagrant configurations to set up a virtual machine on Ubuntu Precise 32 running Drupal 8 on a LAMP stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published