Idea #3044
Updated by Brett Smith over 10 years ago
*Acceptance criteria*
* Describe how Arvados uses git repositories, and the layout of those repositories (specifically that it looks for Crunch scripts in the @crunch_scripts@ directory).
* Describe generally how a Crunch script is invoked and the environment it runs in: important environment variables, the Keep mount, etc.
* Describe what a Crunch script must do to be considered successful: exit 0, log output, etc.
* Introduce the concept of tasks and sequencing, and illustrate how they're useful for separating work.
* Explain the output collation process.