Skip to content

Instantly share code, notes, and snippets.

View DrLonnieJonesPFMP's full-sized avatar

Lonnie Jones DrLonnieJonesPFMP

  • One Mode
  • Bellevue, WA
View GitHub Profile
{"lastUpload":"2020-03-23T08:14:44.172Z","extensionVersion":"v3.4.3"}
@DrLonnieJonesPFMP
DrLonnieJonesPFMP / Vagrantfile
Last active January 4, 2018 05:58
New Udemy Full Stack Provision File for Vagrant 2.0.1
# Description: new Udemy Full Stack Provision file for Vagrant 2.0.1
# Date: 01/08/2018
# Author: @L-10 || LJones
# Notes: Installation redundancy to support prior versions of Ubuntu
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "bento/ubuntu-16.04-i386"
config.vm.network "forwarded_port", guest: 8000, host: 8000, host_ip: "127.0.0.1"