Changes between Version 1 and Version 2 of Ticket #4113


Ignore:
Timestamp:
2024-10-10T15:57:41Z (6 weeks ago)
Author:
blaisep
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4113 – Description

    v1 v2  
    11New tutorial commands are currently elaborate editing of servers.yaml or copy/paste.
    22
    3 Also reduce repetition with a script (eg. justfile or pypyr pipeline)
     3Background: 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.
    44
    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
     5Definition of done: <what is the test that would show this completed?>