Skip to content

mattbanks/vagrant-dev-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant PHP/WordPress Development Box

Created with PuPHPet and tweaked to add extra features and packages. Sets up a nice LAMP development box for PHP/WordPress, with Composer, NodeJS, Grunt, Yeoman, and Bower.

Includes:

  • Apache
  • MySQL
  • PHP 5.4 (with APC)
  • XDebug
  • NodeJS
  • Grunt
  • Yeoman
  • Bower
  • Compass & Bourbon Ruby Gems
  • WP-CLI (via Ryan McCue's puppet-wp module)
  • Composer

Installation / Usage

First, install Vagrant and VirtualBox.

Copy the contents of this archive to a new folder and run vagrant up

The /var/www folder in the box is synced with ~/Sites. You can edit the Vagrantfile to change this location for your own needs.

SSH into the box with vagrant ssh to run whatever is needed.

MySQL root password setup as root to keep it simple.

The box is setup with IP 192.168.56.101. Point your browser there or setup your host file to point to sites.whatup, which is configured as a vhost here.

About

Vagrant PHP/WordPress Development Box

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published