DroidPinkman
3/23/2019 - 5:06 PM

Vagrant SSH Commands

# Path to Edit Virtual Box Settings
private/etc/hosts

# Apply New Settings
$ vagrant reload

# Start Server
$ vagrant up

# Put VM to sleep
$ vagrant suspend

# Restarts Apache if you edit/modify a new or existing vhost
$ sudo serve httpd restart