thenerdery/wp-install-composer

This package is abandoned and no longer maintained. No replacement package was suggested.

WordPress build composer install

1.1.2 2014-09-17 14:38 UTC

This package is not auto-updated.

Last update: 2016-03-10 09:44:50 UTC


README

Configuration prompts and build for composer install of WordPress

Requirements

Installation

Install via composer create-project

$ composer create-project thenerdery/wp-install-composer <sitename>

Replace <sitename> above with the name of the directory you want to install the project. Composer will create the directory.

Manual install

  1. Make sure that composer and WP-Cli (executable as wp) are within your path
  2. Clone or download this repository
  3. Run composer install
  4. Follow prompts
  5. Visit site url designated during installation to complete the process