/wp-vagrant

WordPress Development environment with Vagrant+Chef

Primary LanguageRubyMIT LicenseMIT

wp-vagrant

WordPress Development environment with Vagrant+Chef

Prerequisites

Install the following Vagrant plugins

$ vagrant plugin install vagrant-hostmanager
$ vagrant plugin install vagrant-berkshelf --plugin-version 2.0.1

Usage

Provision and SSH

$ vagrant up
$ vagrant ssh

Access your Wordpress installation: http://wordpress.local/

Administrator credentials: Username root Password root

MySQL administrator password is root

Author

Release history

version: 1.0.0

  • first release