[go: nahoru, domu]

Skip to content

Bootstrap a development environment suitable for making Wordpress things.

Notifications You must be signed in to change notification settings

twisty/wp-skeleton

Repository files navigation

wp-skeleton

A set of config files and instructions to bootstrap an environment suitable for developing Wordpress sites.

Included goodies included include:

Requirements

You’ll need Composer.

Install

git clone https://github.com/twisty/wp-skeleton.git  
git submodule update --init  
composer update

Getting started

Vagrant

This may require a bit of setup, read the separate install file for details.

Run an Ubuntu LAMP stack:

cd wp-vagrant-apache  
vagrant up

Go to http://localhost:8888/ to see the files served from ./htdocs.

wp-cli

Start Vagrant, then run ./setup-wordpress.sh. This will:

  • Download the latest Wordpress.
  • Add a default “author” user.
  • Scaffold some dummy posts.
  • Install some useful development plugins.

Wordpress will be installed to ./htdocs/wordpress/ and viewable at http://localhost:8888/wordpress/.

wp-cli is available via Composer at ./vendor/bin/wp.

About

Bootstrap a development environment suitable for making Wordpress things.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages