Problem
On branch set-up-an-avo-installer-rake, the bunko:avo:install task's "Next steps" only says "Visit http://localhost:3000/avo". The generated admin can create/publish/delete all content and PostTypes; users who deploy without configuring Avo authentication expose a wide-open admin panel.
Proposed solution
Add an explicit numbered step to the post-install output: configure Avo authenticate_with / authorization before deploying, with a link to Avo's authentication docs. Mirror the warning in the README's Avo section.
Acceptance criteria
- Post-install output includes the auth warning.
- README documents it.
Problem
On branch
set-up-an-avo-installer-rake, thebunko:avo:installtask's "Next steps" only says "Visit http://localhost:3000/avo". The generated admin can create/publish/delete all content and PostTypes; users who deploy without configuring Avo authentication expose a wide-open admin panel.Proposed solution
Add an explicit numbered step to the post-install output: configure Avo
authenticate_with/ authorization before deploying, with a link to Avo's authentication docs. Mirror the warning in the README's Avo section.Acceptance criteria