Skip to content
Yuri edited this page Jun 25, 2015 · 1 revision
  1. Install Virtual box
  2. Install vagrant
  3. Clone this repository to a convenient location for your development:
  • git clone https://github.com/tierra/wp-vagrant.git
  • cd wp-vagrant
  1. git clone git://develop.git.wordpress.org/wordpress
  2. Add the following to your hosts file: nano /etc/hosts - for ubuntu.
192.168.167.9 wordpress-php52.local
192.168.167.10 wordpress-php53.local
192.168.167.11 wordpress-php54.local
192.168.167.12 wordpress-php55.local

Start Vagrant: vagrant up for wordpress-php53

vagrant up wordpress-php52

vagrant up wordpress-php54

vagrant up wordpress-php55

wordpress/build - your project folder

The MySQL root password :

Username: wordpress
Password: wordpress

SSH into the box: vagrant ssh [box]


Useful links:

Full instruction on wp-vagranthttps://github.com/tierra/wp-vagrant

About boxes' configurations