Skip to content

Commit

Permalink
How to run it with Vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Shenton committed Mar 10, 2014
1 parent 0856580 commit 8cc390f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,9 @@ Using Vagrant
-------------

* Install Vagrant (v1.4.3 at current)
* Install Vagrant-HostsUpdater plugin `vagrant plugin install vagrant-hostsupdater`
* Startup Vagrant `vagrant up`
* Install Vagrant-HostsUpdater plugin: `vagrant plugin install vagrant-hostsupdater`
* Startup Vagrant: `vagrant up`

Then run ansible to bootstrap drupal:

ansible-playbook -i hosts/vagrant -v playbooks/drupal-boostrap.yml -K

0 comments on commit 8cc390f

Please sign in to comment.