Brought to you by thePLAN
This Wordpress Starter Kit uses Composer to create a base installation of Wordpress with the following:
- Clone this repository
- Run
composer install - Update newly-created .env file with your site-specific information (DB Credentials, etc)
- Run
composer generate-config-with-salts - Run
yarn - Once you're ready to migrate Wordpress, run
composer migrate
- Update .env with host
SYNC_HOSTand folderSYNC_REMOTE_FOLDERfor site on remote machine. - Run sync via npm
yarn sync:upornpm run sync:up - You can also sync files down first with
yarn sync:down