Kinart WordPress site
Development
Getting started
- Clone the repository and cd to the working copy.
vagrant init beet/box && vagrant up
.
- Browse to the site iat http://kinart.local/ and run the install process.
- Log in as admin and install the wp-cfm plugin.
- Visit /wp-admin/options-general.php?page=wpcfm and pull changes from the global bundle.
- Visit /wp-admin/admin.php?page=pods-component-migrate-packages, click "Import" and paste the contents of
wp-content/config/pods.json
.
- [TODO: db sync]
Staging changes for deployment
Changes to Wordpress config (e.g. adding or removing modules, adjusting settinggs - anything that will reside in wp_options
table) should be exported in WP-CFM global bundle.
Changes to post types and fields should be managed through the Pods UI and exported to wp-content/config/pods.json
.