Skip to content

Here you get a composer to build a WordPress Playground with vagrant. #wordpress

Notifications You must be signed in to change notification settings

derpixler/wordpress-playground-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Come lets play with WordPress

Here you get a ready to use composer.json and a vagrant prepare shell script to generate your own Local WordPress Playground. What you need is a little experience with Vagrant and Composer

Install your local WordPress - Vagrant

[1] Check if you have installed Vagrant and Composer

[2] Clone this Reposetory.

git clone https://github.com/derpixler/wordpress-playground-setup.git playground-box

[3] Run Composer install and Start Vagrant

cd playground-box && composer install && cd vagrant && vagrant up

[4] Browse to http://www.test.wp

Whats in the Playground?

We have a small set of plugins and themes.

Customize your Vagrant setup

At the vagrant.json you'll find the vagrant setting and you can make your changes here.

You want a to use a custom domains for your setup then change the private network setting.

"private_network": {
	"ip": "192.168.12.111",
	"host": "payground.box"
}

If you want to use aliases add the alias section at the privat network.

"private_network": {
	"ip": "192.168.12.111",
	"host": "payground.box",
	"alias": [
		"word.press",
		"play.wp"
	]
}

About

Here you get a composer to build a WordPress Playground with vagrant. #wordpress

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages