Lithify
WordPress plugin that adds a WP-CLI command to convert a traditional WordPress site into a Bedrock-style WordPress installation.
★ 22stars
328composer installs
3forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/mwdelaney/lithify/archive/refs/heads/main.zipAlso on Packagist as mwdelaney/lithify:
composer require mwdelaney/lithifyFrom the readme
🪨 Lithify for WordPress and Bedrock
Lithify is a WordPress plugin that adds a WP-CLI command to convert a traditional WordPress site into a Bedrock-style WordPress installation.
Installation and Usage
1. Create a new Trellis site and initialize a new Git repository:
2. Update Trellis PHP version to match the version of PHP used by your WordPress site. For example, if your WordPress site is running PHP 7.4, update trellis/groupvars/all/main.yml:
3. Update Bedrock WordPress version to match the version of WordPress used by your WordPress site. For example, if your WordPress site is running WordPress 5.2.2, update site/composer.json:
3. Update Bedrock PHP version to match the version from step 2:
5. Copy your WordPress plugins, themes, mu-plugin, and uploads directories into the Bedrock site/web/app directory.
6. Add Lithify as a dependency to Bedrock:
7. SSH to your development server and navigate to the Bedrock directory:
8. Import your WordPress database:
9. Activate Lithify:
10. Run the lithify command and follow the prompts to lithify your site:
Read the full README on GitHub →