humanmade / Cavalcade

A better wp-cron. Horizontally scalable, works perfectly with multisite.
https://engineering.hmn.md/projects/cavalcade/
Other
517 stars 46 forks source link

Installation instructions: dependency on wp-cli #9

Closed mwithheld closed 8 years ago

mwithheld commented 8 years ago

I dropped all 4 of the files into the mu-plugins folder class-command.php class-job.php connector.php plugin.php

And on reload immediately the site died with a 500 error PHP Fatal error: Class 'WP_CLI_Command' not found in wp-content/mu-plugins/class-command.php on line 8

Can you please update or add detail to your install instructions?

rmccue commented 8 years ago

You need to clone the whole of Cavalcade into a subdirectory of mu-plugins, not directly into the directory. That is you should have mu-plugins/cavalcade/plugin.php and etc.

I'll add a note that it's required though.