Skip to content

Vagrant

Marie-Louise edited this page Mar 19, 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

to revert features

$ drush fr-all or 

$ drush fra

Clone this wiki locally