https://github.com/nickrigby/wordpress-composer
Example showing installing WordPress core, themes and plugins with Composer.
https://github.com/nickrigby/wordpress-composer
Last synced: 2 months ago
JSON representation
Example showing installing WordPress core, themes and plugins with Composer.
- Host: GitHub
- URL: https://github.com/nickrigby/wordpress-composer
- Owner: nickrigby
- Created: 2017-02-14T02:53:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T17:13:02.000Z (about 8 years ago)
- Last Synced: 2025-01-11T02:12:42.799Z (4 months ago)
- Language: JavaScript
- Size: 56.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordPress Composer Example
This is an example repository for installing WordPress core, themes and plugins with [Composer](https://getcomposer.org/). It's built to work on [Pantheon](https://pantheon.io/) but will work elsewhere as well.# Setup
1. Clone the repository and set the `web` subdirectory as the site root.
1. Run `bin/build.sh` to install dependencies.
1. Modify `web/wp-config.php` to add database credentials, etc.
1. Profit