Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

📦 VirtualBox — Local Development Environments

Scripts and configurations for VirtualBox-based local development using Vagrant.

Contents

File Description
restoreVM.sh Restore a VirtualBox VM from a .vbox or snapshot
Vagrantfile (if present) Vagrant configuration for automated VM provisioning

Prerequisites

Restore a VM

chmod +x restoreVM.sh
./restoreVM.sh <vm-name>   # restores from latest snapshot or OVA

With Vagrant

vagrant up       # Create and provision VM
vagrant ssh      # SSH into the VM
vagrant halt     # Stop the VM
vagrant destroy  # Remove the VM completely

Notes

  • VirtualBox is best for local testing; use Proxmox or VMware for production
  • Use VBoxManage CLI for scripted snapshot management
  • Vagrant boxes sourced from app.vagrantup.com/boxes/search