An open API service indexing awesome lists of open source software.

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.

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