Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

felixtriller/vagrant-wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant WordPress

A development environment for WordPress developers in a virtual machine, managed by Vagrant and provisioned by Chef solo.

Installation

Install Vagrant 1.2.x.

Install VirtualBox.

Clone this repository and init submodules:

$ cd [repo]
$ git submodule init
$ git submodule update

Launch the virtual machine with:

$ vagrant up

Settings

By default, the WordPress cookbook installs the latest version of WordPress to /var/www. To change this, edit the relevant section in the Vagrantfile. For further documentation see the README of the WordPress cookbook.

:wordpress => {
  :version    => "latest",
  :dir        => "/var/www",
  :db => {
    :database   => "wordpress",
    :user       => "wordpress",
    :password   => "wordpress"
  }
}

The MySQL root password is set to vagrant.

Installed software by default

  • Apache2 with PHP
  • MySQL
  • Git and Subversion
  • latest version of WordPress

About

A small vagrant image for WordPress developers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages