Skip to content

Commit 1d159bc

Browse files
committed
docs: [#220] add tracker slice specification
- Create comprehensive specification for Torrust Tracker deployment - Add 8-phase implementation plan with progress tracking - Include manual testing workflow and acceptance criteria - Update Epic #216 with link to new task #220 - Add cspell dictionary entries (drwxr, leechers)
1 parent da54242 commit 1d159bc

File tree

3 files changed

+1264
-4
lines changed

3 files changed

+1264
-4
lines changed

docs/issues/216-epic-release-and-run-commands.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,19 @@ From [docs/roadmap.md](../roadmap.md):
3434

3535
Slices will be implemented sequentially, each delivering a working deployment:
3636

37-
- [ ] **3.2.1** Hello World slice (scaffolding)
37+
- [x] **3.2.1** Hello World slice (scaffolding) - ✅ #217
3838

3939
- Create `release` and `run` commands structure (App + UI layers)
40-
- Add minimal docker-compose template with hello-world container
40+
- Add minimal docker-compose template with nginx demo container
4141
- Validate full pipeline: release → run → verify container running
42+
- **Specification**: [docs/issues/217-demo-slice-release-run-commands.md](217-demo-slice-release-run-commands.md)
4243

43-
- [ ] **3.2.2** Torrust Tracker slice
44+
- [ ] **3.2.2** Torrust Tracker slice - #220
4445

45-
- Replace hello-world with Torrust Tracker service
46+
- Replace nginx demo with Torrust Tracker service
4647
- Add tracker configuration template (start with hardcoded defaults)
4748
- Progressively expose configuration options to environment config
49+
- **Specification**: [docs/issues/220-tracker-slice-release-run-commands.md](220-tracker-slice-release-run-commands.md)
4850

4951
- [ ] **3.2.3** MySQL slice
5052

0 commit comments

Comments
 (0)