Merge branch 'main' of github.com:cncf/cncf.io

This commit is contained in:
Chris Abraham 2025-05-15 07:59:37 -07:00
commit 1c5aaf70b5
No known key found for this signature in database
GPG Key ID: 60A2BD1DA7D4B0F0
1 changed files with 4 additions and 4 deletions

View File

@ -80,7 +80,7 @@ tooling:
6. Run `lando pull --code=none --files=none` and follow the prompts to download the media files and database from Pantheon:
* `Pull database from?` > `dev`
7. Run this command to activate/deactivate multiple plugings that can help with local dev or are not needed for local dev. The Load Media Files from Production plugin will load media from the production server instead of needing to download them locally:
7. Run this command to activate/deactivate multiple plugins that can help with local dev or are not needed for local dev. The Load Media Files from Production plugin will load media from the production server instead of needing to download them locally:
```
lando wp plugin activate debug-bar && lando wp plugin activate query-monitor && lando wp plugin deactivate shortpixel-image-optimiser && lando wp plugin deactivate pantheon-advanced-page-cache && lando wp plugin activate load-media-from-production
@ -93,7 +93,7 @@ lando wp plugin activate debug-bar && lando wp plugin activate query-monitor &&
9. Visit the local site URL saved from above. To find it again run `lando info`.
10. In the admin you will need to edit the [Search & Filter](https://cncfci.lndo.site/wp/wp-admin/edit.php?post_type=search-filter-widget) settings. The full url to the result pages are hardcoded in the "Display Results" of each filter. These will need to be set to the correpsonding local instance url.
10. In the admin you will need to edit the [Search & Filter](https://cncfci.lndo.site/wp/wp-admin/edit.php?post_type=search-filter-widget) settings. The full url to the result pages are hardcoded in the "Display Results" of each filter. These will need to be set to the corresponding local instance url.
11. Get your browser to trust the Lando SSL certificate by following [these instructions](https://docs.lando.dev/config/security.html#trusting-the-ca). This step isn't essential but will stop you having to keep bypassing the privacy warning in your browser.
@ -159,7 +159,7 @@ or for remote triggering on a specific environment:
lando terminus wp cncfci.live -- cron event run lf_sync_kcds
```
To trigget all cron jobs, for example:
To trigger all cron jobs, for example:
```
lando terminus wp cncfci.dev -- cron event run --all
@ -187,4 +187,4 @@ These can be deleted remotely using:
```
lando terminus wp cncfci.dev transient delete cncf_homepage_metrics
```
```