WHAT WAS DONE: - Moved 33 accumulated root-level .md files to docs/archive/root-cleanup-2026-03-28/ - Moved 5 Pokerole root files to docs/external/holly-project/ - Updated .gitignore to cover *.pem, *.key, .env, .DS_Store etc. - Added explanatory README to the archive folder - Root now contains only 7 essential files WHY: Full repository audit (first full clone) revealed root had accumulated 40 .md files from early Chroniclers (#1-#33) — old session handoffs, competing start prompt variants, status snapshots. None deleted, all preserved in archive. Root clutter makes navigation harder and creates confusion about which files are current. ROOT FILES KEPT: - README.md, CHANGELOG.md, DOCUMENT-INDEX.md - SESSION-HANDOFF-NEXT.md, SESSION-HANDOFF-PREVIOUS.md - SESSION-HANDOFF-PROTOCOL.md, SESSION-HANDOFF-TEMPLATE.md .GITIGNORE ADDITIONS: - *.pem, *.key, *.p12, *.pfx (intentionally NOT *.ppk yet) - .env, .env.*, *.secret - .DS_Store, Thumbs.db NOTE: SSH key intentionally left per Michael's decision. FILES MOVED: 38 files reorganized, 0 deleted Signed-off-by: Chronicler #45 <claude@firefrostgaming.com>
140 lines
3.1 KiB
Markdown
140 lines
3.1 KiB
Markdown
# Task #35: Pokerole Wiki.js Deployment - Quick Reference
|
|
|
|
**Created:** February 26, 2026
|
|
**Status:** READY TO DEPLOY
|
|
**Priority:** HIGH - URGENT
|
|
**Timeline:** Deploy tonight, migration starts tomorrow
|
|
|
|
---
|
|
|
|
## What Was Created
|
|
|
|
✅ **Complete task documentation** in `docs/tasks/pokerole-wikijs-deployment/`:
|
|
|
|
1. **README.md** (Complete overview)
|
|
- Project context (76 Pokémon, 225 sprites, 100% complete)
|
|
- Why it matters (final blocker before launch)
|
|
- Technical specifications
|
|
- Success criteria
|
|
- Post-deployment tasks
|
|
|
|
2. **deployment-plan.md** (Step-by-step deployment)
|
|
- 9 phases with exact commands
|
|
- DNS setup
|
|
- Docker deployment
|
|
- Nginx configuration
|
|
- SSL certificate
|
|
- Wiki.js configuration
|
|
- Troubleshooting guide
|
|
- Estimated: 2-3 hours
|
|
|
|
3. **prerequisites.md** (Comprehensive checklist)
|
|
- All requirements verified ✅
|
|
- Action items flagged
|
|
- Pre-deployment checklist
|
|
- Risk assessment
|
|
|
|
---
|
|
|
|
## What You Need to Do Before Deployment
|
|
|
|
### Required Actions:
|
|
|
|
1. **Create DNS A record:**
|
|
- Type: A
|
|
- Name: pokerole
|
|
- Value: 64.50.188.14
|
|
- TTL: 300
|
|
|
|
2. **Have ready:**
|
|
- Your email (for admin account)
|
|
- Holly's email (for editor account)
|
|
|
|
That's it! Everything else is documented in the deployment plan.
|
|
|
|
---
|
|
|
|
## When You're Ready to Deploy
|
|
|
|
**Option 1: You run commands (recommended for hands)**
|
|
- I provide exact commands in micro-blocks
|
|
- You paste into SSH session
|
|
- Easy copy-paste, minimal typing
|
|
|
|
**Option 2: Guided deployment**
|
|
- Follow deployment-plan.md phases 1-9
|
|
- I'm available for questions/troubleshooting
|
|
|
|
**Option 3: Full script**
|
|
- I create deployment script
|
|
- You run single file
|
|
- Fastest but less control
|
|
|
|
---
|
|
|
|
## What Happens After Deployment
|
|
|
|
**Immediate (same night):**
|
|
- Wiki accessible at https://pokerole.firefrostgaming.com
|
|
- You verify access with admin account
|
|
- Holly gets editor credentials
|
|
- Hand off to Claudius for migration
|
|
|
|
**Tomorrow (Feb 27):**
|
|
- Claudius begins content migration
|
|
- 76 Pokémon entries moved to wiki
|
|
- 225 sprites uploaded
|
|
- Evolution chains linked
|
|
|
|
**Within 3-4 days:**
|
|
- Complete Aurelian Pokédex live
|
|
- Holly's final review
|
|
- Public access enabled
|
|
- FoundryVTT integration can begin
|
|
|
|
---
|
|
|
|
## Files Created & Committed
|
|
|
|
```
|
|
📁 docs/tasks/pokerole-wikijs-deployment/
|
|
├── README.md (comprehensive overview)
|
|
├── deployment-plan.md (9-phase step-by-step)
|
|
└── prerequisites.md (checklist)
|
|
|
|
📄 docs/core/tasks.md (updated with Task #35)
|
|
```
|
|
|
|
**Git commits:** 2
|
|
**Status:** All pushed to Gitea ✅
|
|
|
|
---
|
|
|
|
## Quick Stats
|
|
|
|
**Task #35 adds:**
|
|
- Documentation: 1,473 lines
|
|
- Deployment time: 2-3 hours
|
|
- Unblocks: Content migration for 76 Pokémon
|
|
- Enables: Public Pokédex launch
|
|
|
|
**Total tasks:** Now 35 (was 34)
|
|
**High priority:** 1 (Pokerole Wiki - URGENT)
|
|
**Big wins available:** 2 (Codex RAG tuning + Pokerole Wiki)
|
|
|
|
---
|
|
|
|
## When You Get Back
|
|
|
|
Just say:
|
|
|
|
**"Ready to deploy Pokerole Wiki"**
|
|
|
|
And I'll guide you through it with micro-blocks optimized for your hands.
|
|
|
|
---
|
|
|
|
💙🔥❄️ **Task #35 complete. Ready when you are.** 🔥❄️💙
|
|
|
|
**"The chronicle is documented. The deployment awaits."**
|