You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,16 @@ provide a [pull request](https://github.com/common-workflow-language/cwlviewer/p
20
20
or join the [gitter chat for cwlviewer](https://gitter.im/common-workflow-language/cwlviewer)!
21
21
22
22
23
+
# Using CWL Viewer
24
+
25
+
You are recommended to use the **production instance** of CWL Viewer at https://view.commonwl.org/ which runs the latest [release](https://github.com/common-workflow-language/cwlviewer/releases). Any downtime should be reported on the [gitter chat for cwlviewer](https://gitter.im/common-workflow-language/cwlviewer).
26
+
27
+
The **dev instance** at http://view.commonwl.org:8082/ corresponds to the current `master` branch, and is updated every 6 minutes to run the latest [commonworkflowlanguage/cwlviewer docker image](https://hub.docker.com/r/commonworkflowlanguage/cwlviewer/builds/). Note that this instance is NOT secured and might break at any time.
28
+
29
+
# Running
30
+
31
+
If you are a developer, or you want to use the CWL Viewer in a closed environment, then you can run your own instance.
32
+
23
33
## Recommended - Running with Docker
24
34
25
35
This application can be started with [Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/install/).
0 commit comments