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_HOST
and folderSYNC_REMOTE_FOLDER
for site on remote machine. - Run sync via npm
yarn sync
ornpm run sync