Skip to content

jnous/drupal-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drupal-template

Composer based Drupal 8 template with Drupal VM.

Requirements

You will need to have available on your system:

  • PHP 7.2
    • on macOS, use Homebrew: brew install php72
  • Composer
    • minimum version 1.6.3
    • On macOS, use Homebrew: brew install composer.
  • VirtualBox
    • version 5.x
  • Vagrant
    • minimum version 1.8.6
  • Ansible
    • minimum version 2.4
    • On macOS, use Homebrew: brew install ansible

Setup

  • Clone the repo.
  • Run composer install.
  • In vmconfig/config.yml change project_ip to a free local network IP of your choice instead of default 192.168.88.88 (Optional).
  • Run vagrant up.
  • Drupal site will be created at (http://drupaltemplate.local).
    • Default admin credentials are admin:admin.
    • If you have Drush launcher installed on your host system, you can use the alias @drupaltemplate.local to access the site from your host command line.

About

Drupal 8 template with Drupal VM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages