-
Notifications
You must be signed in to change notification settings - Fork 13
Install vagrant.
Yuri edited this page Jun 25, 2015
·
1 revision
- Install Virtual box
- Install vagrant
- Clone this repository to a convenient location for your development:
git clone https://github.com/tierra/wp-vagrant.git
cd 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