Top Banner
Using VVV Vagrant as a Local Development Tool by Neil Gee
17

Starting out with VVV Vagrant as a WordPress Workflow

Aug 17, 2015

Download

Internet

neil
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Starting out with VVV Vagrant as a WordPress Workflow

Using VVV Vagrant as a Local Development Toolby Neil Gee

Page 2: Starting out with VVV Vagrant as a WordPress Workflow

is for Vagrant

Page 3: Starting out with VVV Vagrant as a WordPress Workflow

What you need…

VirtualBoxVagrant

– vagrant-hostupdater– vagrant-triggers

VVV (Varying Vagrant Vagrants)Variable VVVVVV Dashboard

Page 4: Starting out with VVV Vagrant as a WordPress Workflow

Virtual Boxhttps://www.virtualbox.org/wiki/Downloads

Page 5: Starting out with VVV Vagrant as a WordPress Workflow

Vagranthttp://www.vagrantup.com/downloads

Page 6: Starting out with VVV Vagrant as a WordPress Workflow

Vagrant Plugins

vagrant plugin install vagrant-hostsupdatervagrant plugin install vagrant-triggers

Page 7: Starting out with VVV Vagrant as a WordPress Workflow

Githttp://git-scm.com/

Page 8: Starting out with VVV Vagrant as a WordPress Workflow

VVVhttps://github.com/Varying-Vagrant-Vagrants/VVV

Zip or Git Clone

git clone https://github.com/Varying-Vagrant-Vagrants/VVV.git localdev

Page 9: Starting out with VVV Vagrant as a WordPress Workflow

Variable VVVhttps://github.com/bradp/vv

Zip or Git Clone

git clone https://github.com/bradp/vv.git

Page 10: Starting out with VVV Vagrant as a WordPress Workflow

VVV Dashboardhttps://github.com/leogopal/VVV-Dashboard

Zip or Git Clone

git clone https://github.com/leogopal/VVV-Dashboard

Page 11: Starting out with VVV Vagrant as a WordPress Workflow

First Time Boot

vagrant up

Page 12: Starting out with VVV Vagrant as a WordPress Workflow

http://vvv.dev

Page 13: Starting out with VVV Vagrant as a WordPress Workflow

VVV Variable

vv create

provision-custom.sh

create new sites

speed up the process

add vv to your path.bash_profile

Page 14: Starting out with VVV Vagrant as a WordPress Workflow

Blueprintvv --blueprint-init

Page 15: Starting out with VVV Vagrant as a WordPress Workflow

Quick Demo

Page 16: Starting out with VVV Vagrant as a WordPress Workflow

Thanks for listening

Page 17: Starting out with VVV Vagrant as a WordPress Workflow

ResourcesVirtualBox - https://www.virtualbox.org Vagrant - https://www.vagrantup.com VVV Vagrant - https://github.com/varying-vagrant-vagrants/vvv/ Variable VVV - https://github.com/bradp/vv VVV Dashboard - https://github.com/leogopal/VVV-Dashboard provision-custom.sh - https://gist.github.com/neilgee/021b02c11546d8847e2d

MoreVagrant Manager - http://vagrantmanager.com/ VVV Dashboard - https://github.com/topdown/VVV-Dashboard VVV SiteWizard -https://github.com/aliso/vvv-site-wizard VVV Apache - https://github.com/ericmann/vvv-apache