https://github.com/gilbitron/wordpress-skeleton
Template for using WordPress in a subdirectory managed by Composer
https://github.com/gilbitron/wordpress-skeleton
Last synced: 28 days ago
JSON representation
Template for using WordPress in a subdirectory managed by Composer
- Host: GitHub
- URL: https://github.com/gilbitron/wordpress-skeleton
- Owner: gilbitron
- License: mit
- Created: 2018-08-08T10:27:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-06T19:54:08.000Z (over 4 years ago)
- Last Synced: 2025-04-13T01:13:04.860Z (28 days ago)
- Language: CSS
- Size: 907 KB
- Stars: 30
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WordPress Skeleton
A template for using WordPress in a subdirectory managed by Composer.
## Usage
1. Clone this repository
1. Run `composer install`
1. Copy `local-config.sample.php` to `local-config.php` and fill in the details
1. Point your web root to the `/public` directoryNote: 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](https://deliciousbrains.com/install-wordpress-subdirectory-composer-git-submodule/)