Skip to content

Instantly share code, notes, and snippets.

View AndrewJMcCarthy's full-sized avatar

Andrew McCarthy AndrewJMcCarthy

View GitHub Profile
@ErikEvenson
ErikEvenson / Vagrantfile
Last active December 11, 2024 19:06
Vagrant config
# This configuration will set up a database (db) and a web server (web) VM.
# Assumes the use of VirtualBox 4.3.14-95030 as a provider.
# Uses vagrant-vbguest plugin (https://github.com/dotless-de/vagrant-vbguest)
# to keep VirtualBox Guest Addition wrangled.
# Configuration
# Machine-specific configuration
DB_INSTALL_SCRIPT = "vagrant_data/db/install.sh"