Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 555 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 555 Bytes

WordPress Skeleton

A template for using WordPress in a subdirectory managed by Composer.

Usage

  1. Clone this repository
  2. Run composer install
  3. Copy local-config.sample.php to local-config.php and fill in the details
  4. Point your web root to the /public directory

Note: If you're running on production copy local-config.sample.php to production-config.php.

For more info see this blog series: Managing Your WordPress Site With Git And Composer