Skip to content

Commit 8975978

Browse files
authored
Merge pull request #13 from tobyhodges/setup_page
Setup page
2 parents b8b8cbc + 4139108 commit 8975978

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

setup.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,20 @@ layout: page
33
title: Setup
44
permalink: /setup/
55
---
6-
FIXME
6+
To follow the Common Workflow Language user guide, you will need an up-to-date
7+
Linux or Mac OS X system, with the following software installed:
8+
9+
- A text editor with YAML support
10+
- A CWL implementation to run the described tools and workflows. When first
11+
getting started with CWL, we recommend the reference implementation,
12+
[`cwltool`][ref-imp]. You can find a full list on
13+
[the project homepage][commonwl].
14+
- Most of the software tools used in the user guide are standard UNIX commands
15+
(`cat`, `echo`, `env`, `tar`, `touch`, `wc`), but to run all examples you will
16+
also need:
17+
- node.js
18+
- Java compiler
19+
- Docker (optional)
20+
21+
[ref-imp]: https://github.com/common-workflow-language/cwltool
22+
[commonwl]: http://www.commonwl.org/

0 commit comments

Comments
 (0)