Changes between Version 1 and Version 2 of Ticket #4113
- Timestamp:
- 2024-10-10T15:57:41Z (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4113 – Description
v1 v2 1 1 New tutorial commands are currently elaborate editing of servers.yaml or copy/paste. 2 2 3 Also reduce repetition with a script (eg. justfile or pypyr pipeline) 3 Background: The new tutorials SHALL include a automated script to run the commands described in the instructions. So a reader can manually follow the steps to learn to use a feature AND a CI can run tests to validate the code examples. 4 4 5 eg. 6 source .venv/bin/activate 7 cd docs/examples/storage0 8 tahoe run . 9 source .venv/bin/activate 10 cd docs/examples/client0 11 tahoe run 5 Definition of done: <what is the test that would show this completed?>