Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update freetier_setup.md #61

Open
wants to merge 1 commit into
base: 8.x-1.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/freetier_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- `drush dl cloudflare purge ctools purge_queuer_url --yes`
- From the root of your site run install composer dependencies:
`composer require d8-contrib-modules/cloudflarephpsdk "1.0.0-alpha5"`
- To install: `drush en cloudflare cloudflarepurger purge purge_ui purge_drush purge_queuer_coretags purge_processor_cron --yes`
- To install: `drush en cloudflare cloudflarepurger purge purge_ui purge_drush purge_queuer_url purge_processor_cron --yes`
- *Note*: If you try to install purge, cloudflare and cloudflare_purger all at once via the UI you will get a one time error on install. This is known issue that is impacting other D8 modules. See
[here](https://www.drupal.org/node/1387438)
[here](https://www.drupal.org/node/2315801) and [here](https://www.drupal.org/node/2638320). If you are installing via the UI, recommend the following discrete steps:
Expand Down