You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2025. It is now read-only.
Inside box/ folder, make copies of both of the example.* files, and modify for any local changes required. We've already changed some items in the example config for our project. cd box/; cp example.drupal.make.yml drupal.make.yml; cp example.config.yml config.yml
(If you have Ansible installed on Mac/Linux) Run: sudo ansible-galaxy install -r provisioning/requirements.yml --force
Run vagrant up and watch the magic (the first time you run this it may take a while to download the Ubuntu 14.04 box) vagrant up