This plugin provides WordPress blocks that interface with the Commons Connect API.
- Install Lando.
- Clone the CommonsConnect repository.
- In the
cc-client
directory, runlando start
. - Open the test site at https://commons-connect-client.lndo.site/.
- You can login to the WordPress admin at https://commons-connect-client.lndo.site/wp-admin/ with the username
admin
and passwordadmin
.
The Search block requires a running CommonsConnect search service:
- Change to the
cc-search
directory. - Run
lando start
. - In the
cc-client
directory, runlando wp cc search status
to verify that the plugin can connect to the search service. - In the
cc-client
directory, runlando wp cc search provision_test_docs
to load test data into the search service.