Install vagrant. - Gizra/KnowledgeBase GitHub Wiki
- Install Virtual box
- Install vagrant
- Clone this repository to a convenient location for your development:
git clone https://github.com/tierra/wp-vagrant.gitcd wp-vagrant
git clone git://develop.git.wordpress.org/wordpress- 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