danielalvarenga / wp-vagrant

WordPress Development environment with Vagrant+Chef

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

WordPress Development environment with Vagrant+Chef

License:MIT License


Languages

Language:Ruby 100.0%