Update local execution developer documentation #136
Labels
No labels
Closed As
Duplicate
Closed As
Fixed
Closed As
Invalid
easyfix
enhancement
ai-review-please
Backlog Status
Needs Review
Backlog Status
Ready
chore
documentation
points
01
points
02
points
03
points
05
points
08
points
13
pr2jira
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Sprint Status
Blocked
Sprint Status
Done
Sprint Status
In Progress
Sprint Status
Review
Sprint Status
To Do
Technical Debt
Work Item
Bug
Work Item
Epic
Work Item
Spike
Work Item
Task
Work Item
User Story
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Blocks
#123 Update developer documentation for local execution
quality/testdays-web
Reference
quality/testdays-web!136
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "docs/123-update-local-execution-info"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Developer documentation is updated to reflect current recommended way to setup local development environment.
Added check for required tools in Makefile.
Fixes #123
Assisted-by: Claude Code
Ready for review
@ -40,0 +40,4 @@# Skipped inside devcontainers where the DB is managed by compose directly._check_deps:ifndef IS_DEVCONTAINER@command -v $(firstword $(PODMAN_CMD)) >/dev/null 2>&1 \what is going on here? what's the
@commandfor? why are we callingfirstwordonPODMAN_CMD? won't that just check thatflatpak-spawnruns, but not that it can run podman, if we're in a toolbox?This is a good point! One could argue that inside toolbox podman is very likely available but yeah - this check was broken regardless. Fixed.
Don't have time to go through the rest and check it's accurate RN, sorry...if kparal doesn't I will later.
OK, this looks good to me. Thanks.
f7395be6b7753e2d8000753e2d80009aa326cb70