├── LICENSE ├── README.md └── commands ├── 01_QuickStart.html ├── 01_QuickStart.md ├── 02_Vagrant_with_Git.md ├── 03_Vagrant_Boxes.md ├── 04_Finding_Boxes.md ├── 05_Plugins.md ├── 06_Baked_LAMP.md ├── 07_File_Provisioner.md ├── 08_Shell_Provisioner.md ├── 09_LAMP_Provisioning_Example.md └── 10_MultiVMs.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/screencasts-pro/course-vagrant-up/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/screencasts-pro/course-vagrant-up/HEAD/README.md -------------------------------------------------------------------------------- /commands/01_QuickStart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/screencasts-pro/course-vagrant-up/HEAD/commands/01_QuickStart.html -------------------------------------------------------------------------------- /commands/01_QuickStart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/screencasts-pro/course-vagrant-up/HEAD/commands/01_QuickStart.md -------------------------------------------------------------------------------- /commands/02_Vagrant_with_Git.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/screencasts-pro/course-vagrant-up/HEAD/commands/02_Vagrant_with_Git.md -------------------------------------------------------------------------------- /commands/03_Vagrant_Boxes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/screencasts-pro/course-vagrant-up/HEAD/commands/03_Vagrant_Boxes.md -------------------------------------------------------------------------------- /commands/04_Finding_Boxes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/screencasts-pro/course-vagrant-up/HEAD/commands/04_Finding_Boxes.md -------------------------------------------------------------------------------- /commands/05_Plugins.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/screencasts-pro/course-vagrant-up/HEAD/commands/05_Plugins.md -------------------------------------------------------------------------------- /commands/06_Baked_LAMP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/screencasts-pro/course-vagrant-up/HEAD/commands/06_Baked_LAMP.md -------------------------------------------------------------------------------- /commands/07_File_Provisioner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/screencasts-pro/course-vagrant-up/HEAD/commands/07_File_Provisioner.md -------------------------------------------------------------------------------- /commands/08_Shell_Provisioner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/screencasts-pro/course-vagrant-up/HEAD/commands/08_Shell_Provisioner.md -------------------------------------------------------------------------------- /commands/09_LAMP_Provisioning_Example.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/screencasts-pro/course-vagrant-up/HEAD/commands/09_LAMP_Provisioning_Example.md -------------------------------------------------------------------------------- /commands/10_MultiVMs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/screencasts-pro/course-vagrant-up/HEAD/commands/10_MultiVMs.md --------------------------------------------------------------------------------