Skip to content

Commit 326f60e

Browse files
authored
Merge pull request #143 from common-workflow-language/1.1.1-RC1
1.1.1 rc1
2 parents 0ca880a + d16343d commit 326f60e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ provide a [pull request](https://github.com/common-workflow-language/cwlviewer/p
2020
or join the [gitter chat for cwlviewer](https://gitter.im/common-workflow-language/cwlviewer)!
2121

2222

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+
2333
## Recommended - Running with Docker
2434

2535
This application can be started with [Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/install/).

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
spring:
1010
# To run from this source code instead of Docker hub,
1111
# disable "image:"" and enable "build:" below
12-
image: commonworkflowlanguage/cwlviewer:v1.1.0
12+
image: commonworkflowlanguage/cwlviewer:v1.1.1
1313
#build: .
1414
ports:
1515
- "8080:8080"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.commonwl.view</groupId>
77
<artifactId>cwlviewer</artifactId>
8-
<version>1.1.1-SNAPSHOT</version>
8+
<version>1.1.2-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<name>CWLViewer</name>

0 commit comments

Comments
 (0)