Skip to content

whitekross/wp-composer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1 - Install dependencies with composer:

composer install

2 - Add your site information to wp-cli.yml and run config

./vendor/bin/wp core config

3 - Run installer with wp-cli

./vendor/bin/wp core install

4 - Update Wordpress option and activate the installed theme

./vendor/bin/wp theme activate hueman

5 - Update plugins (optional)

./vendor/bin/wp plugin activate json-rest-api wp-badge-poser akismet 

6 - Launch built-in server (for development)

./vendor/bin/wp server --host=<host>

About

A WordPress stack sample using Composer and WP-Cli

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages