Composer based Drupal 8 template with Drupal VM.
You will need to have available on your system:
- PHP 7.2
- on macOS, use Homebrew:
brew install php72
- on macOS, use Homebrew:
- 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
- Clone the repo.
- Run
composer install. - In
vmconfig/config.ymlchangeproject_ipto a free local network IP of your choice instead of default192.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.localto access the site from your host command line.
- Default admin credentials are