The Test Team helps manage testing and triage across the WordPress ecosystem. They focus on user testing of the editing experience and WordPress dashboard, replicating and documenting bug reports, and supporting a culture of review and triage across the project.
Please drop by any time in SlackSlackSlack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/. with questions or to help out.
Download Vagrant from https://www.vagrantup.com/downloads.html.
Click MAC OS X.
Click vagrant_1.8.1.dmg.
Click Vagrant.pkg
Click Continue.
Click Install.
Enter password and click Install Software.
Click Close.
Install Virtualbox
Download VirtualBox from https://www.virtualbox.org/wiki/Downloads.
Click VirtualBox 5.0.14 for OS X hosts amd64.
Click VirtualBox*.dmg
Double click VirtualBox.pkg.
Click Continue.
Click Continue again.
Click Install.
Enter password and click Install Software.
Click Close.
Initialize Vagrant
Launch the Terminal app. One way of doing this is to open Spotlight with ⌘ + space and then type Terminal.
Enter sudo vagrant plugin install vagrant-hostsupdater
Type your password and hit Enter.
Success.
Enter sudo vagrant plugin install vagrant-triggers
Success.
Install GitGitGit is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is easy to learn and has a tiny footprint with lightning fast performance. Most modern plugin and theme development is being done with this version control system. https://git-scm.com/.
https://git-scm.com/download/mac
Todo: Step-by-step screenshots
Install VVV
Create a directory for your VVV sandboxes. I call mine Sandbox.
Enter mkdir ~/Sandbox
Enter cd ~/Sandbox
Clone VVV by entering git clone git://github.com/Varying-Vagrant-Vagrants/VVV.git vagrant-local
Success.
Enter cd vagrant-local
Enter vagrant up
Enter your password when prompted.
This takes a long while as there is much to download. Refresh your beverage and come back in about an hour.
You must be logged in to post a comment.