Skip to content

Vagrant

Marie-Louise edited this page Jan 30, 2019 · 4 revisions

To run the virtual machine, enter the drupal directory and run

$ vagrant up

to stop the virtual machine, run

$ vagrant halt

to run Drush commands

$ vagrant ssh

to run clear JavaScript & CSS cache

$ drush cc css-js

to run clear the full cache

$ drush cc all

to exit

$ exit

Clone this wiki locally