Skip to content

wbridgett/wordpress-starter-kit

 
 

Repository files navigation

Wordpress Starter Kit

Brought to you by thePLAN

This Wordpress Starter Kit uses Composer to create a base installation of Wordpress with the following:

Usage

  1. Clone this repository
  2. Run composer install
  3. Update newly-created .env file with your site-specific information (DB Credentials, etc)
  4. Run composer generate-config-with-salts
  5. Run yarn
  6. Once you're ready to migrate Wordpress, run composer migrate

Remote file sync

  1. Update .env with host SYNC_HOST and folder SYNC_REMOTE_FOLDER for site on remote machine.
  2. Run sync via npm yarn sync or npm run sync

About

Composer Scripts to set up a basic Wordpress project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 75.6%
  • JavaScript 17.2%
  • Shell 5.9%
  • CSS 1.3%