thenerdery / wp-install-composer
WordPress build composer install
Installs: 126
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 2
Open Issues: 2
Type:project
Requires
- php: >=5.3.0
- fancyguy/webroot-installer: 1.0.0
- incenteev/composer-parameter-handler: ~2.0
- thenerdery/cli-wordpress-installer: dev-master
- wordpress: 4.0
- wpackagist-theme/twentyfourteen: *
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
- Make sure that composer and WP-Cli (executable as
wp
) are within your path - Clone or download this repository
- Run
composer install
- Follow prompts
- Visit site url designated during installation to complete the process