This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wesleymusgrove@MusgroveMac:~/Sites/drupalvm$ vagrant ssh | |
Welcome to Ubuntu 16.04.2 LTS (GNU/Linux 4.4.0-62-generic x86_64) | |
* Documentation: https://help.ubuntu.com | |
* Management: https://landscape.canonical.com | |
* Support: https://ubuntu.com/advantage | |
Last login: Sat Apr 22 04:37:10 2017 from 10.0.2.2 | |
vagrant@drupalvm:~$ cd /var/www/drupalvm/ | |
vagrant@drupalvm:/var/www/drupalvm$ rm -rf drupal | |
vagrant@drupalvm:/var/www/drupalvm$ exit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wesleymusgrove@MusgroveMac:~/Sites/drupalvm$ vagrant destroy | |
drupalvm: Are you sure you want to destroy the 'drupalvm' VM? [y/N] y | |
==> drupalvm: AutoNetwork releasing "10.20.1.2" from 'drupalvm' | |
==> drupalvm: Destroying VM and associated drives... | |
==> drupalvm: [vagrant-hostsupdater] Removing hosts | |
Password: | |
wesleymusgrove@MusgroveMac:~/Sites/drupalvm$ vagrant up | |
Bringing machine 'drupalvm' up with 'virtualbox' provider... | |
==> drupalvm: AutoNetwork assigning "10.20.1.2" to 'drupalvm' | |
==> drupalvm: Importing base box 'geerlingguy/ubuntu1604'... |